-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
53 lines (53 loc) · 1.19 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
{
"name": "gulp-slate",
"version": "1.0.9",
"description": "Slate API Documentation built to build with gulp",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "napa tripit/slate"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wodka/gulp-slate.git"
},
"keywords": [
"slate",
"api",
"apidoc",
"markdown",
"md",
"generator",
"documentation",
"gulp",
"nodejs",
"pretty",
"gulpplugin"
],
"author": "Michael Schramm <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/wodka/gulp-slate/issues"
},
"homepage": "https://github.com/wodka/gulp-slate#readme",
"dependencies": {
"del": "^2.2.0",
"event-stream": "^3.3.2",
"gulp-add": "0.0.2",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"handlebars": "^4.0.5",
"highlight.js": "^9.1.0",
"lodash": "^4.2.1",
"marked": "^0.3.5",
"napa": "^2.3.0",
"promise": "^7.1.1",
"through2": "^2.0.0"
},
"devDependencies": {
"gulp": "^3.9.0"
}
}