-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.26 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
{
"name": "gulp-node-slate",
"description": "node-slate as a gulp task",
"version": "1.2.0",
"license": "MIT",
"main": "index.js",
"repository": "pinntech/gulp-node-slate",
"bugs": "https://github.com/pinntech/gulp-node-slate/issues",
"homepage": "https://github.com/pinntech/gulp-node-slate",
"docs": "https://github.com/pinntech/gulp-node-slate/blob/master/README.md",
"keywords": [
"api-documentation",
"javascript",
"node-slate",
"nodejs",
"gulp",
"gulpplugin",
"slate",
"static-site-generator"
],
"author": {
"name": "Pinn Technologies",
"url": "https://pinn.ai"
},
"scripts": {
"pretest": "jshint *.js",
"test": "mocha spec.js"
},
"jshintConfig": {
"esversion": 6,
"strict": "implied",
"undef": true,
"unused": true,
"node": true,
"mocha": true
},
"dependencies": {
"fs-extra": "~6.0",
"node-slate": "~1.7",
"through2": "~2.0"
},
"devDependencies": {
"event-stream": "~3.3",
"gulp": "~4.0",
"jshint": "~2.9",
"mocha": "~5.2",
"plugin-error": "~1.0",
"string-to-stream": "~1.1"
}
}