-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 1.86 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "toggle",
"version": "0.0.0",
"description": "Some helpers and utilities to toggle on your blog or website",
"main": "lib/tog.js",
"scripts": {
"coveralls": "gulp test && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"test": "gulp test"
},
"keywords": [
"blog",
"static"
],
"bin": {
"tog": "./bin/index.js"
},
"author": "Jason Jarrett",
"contributors": [
{
"name": "Jason Jarrett (http://staxmanade.com)"
}
],
"repository": {
"type": "git",
"url": "https://github.com/togglejs/toggle.git"
},
"bugs": {
"url": "https://github.com/togglejs/toggle/issues"
},
"license": "MIT",
"devDependencies": {
"approvals": "^3.0.3",
"chai": "^4.2.0",
"connect": "^3.6.6",
"jshint": "^2.10.1",
"opn": "^5.4.0",
"shelljs": "^0.8.3"
},
"dependencies": {
"arraystream": "0.0.5",
"async": "^2.6.2",
"chalk": "^2.4.2",
"commander": "^2.19.0",
"coveralls": "^3.0.3",
"dateformat": "^3.0.3",
"diy-handlebars-helpers": "^1.0.10",
"feed": "^2.0.4",
"front-matter": "^3.0.1",
"gemoji": "^4.2.1",
"glob": "^7.1.3",
"gulp": "~4.0.0",
"gulp-debug": "^4.0.0",
"gulp-istanbul": "^1.1.3",
"gulp-jscs": "^4.1.0",
"gulp-jshint": "^2.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-markdown": "^3.0.0",
"gulp-mocha": "^6.0.0",
"gulp-plumber": "^1.2.1",
"gulp-util": "^3.0.8",
"js-striphtml": "^1.1.2",
"js-yaml": "^3.12.2",
"jshint-stylish": "^2.2.1",
"liftoff": "^3.1.0",
"liquid-node": "^3.0.1",
"lodash": "^4.17.11",
"minimist": "^1.2.0",
"moment": "^2.24.0",
"node-fs": "^0.1.7",
"node-uuid": "^1.4.8",
"q": "^1.5.1",
"semver": "^5.6.0",
"stream-assert": "^2.0.3",
"through2": "^3.0.1",
"tildify": "^1.2.0",
"vinyl": "^2.2.0",
"xml": "1.0.1"
}
}