-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
61 lines (61 loc) · 1.55 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
{
"name": "respoke-docs",
"version": "1.5.0",
"private": true,
"description": "Documentation website and build process for Respoke.io",
"main": "index.js",
"scripts": {
"start": "gulp serve",
"test": "gulp lint",
"examples": "gulp example-runner",
"build": "gulp build --dist",
"deploy-gh": "gulp deploy --dist"
},
"repository": {
"type": "git",
"url": "https://github.com/respoke/docs"
},
"keywords": [
"respoke"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/respoke/docs/issues"
},
"devDependencies": {
"async": "^0.9.0",
"colors": "^1.0.3",
"del": "^1.0.0",
"gulp": "^3.8.10",
"gulp-debug": "^1.0.1",
"gulp-filter": "^1.0.2",
"gulp-front-matter": "^1.0.0",
"gulp-gh-pages": "^0.4.0",
"gulp-if": "^1.2.5",
"gulp-jscs": "^1.3.0",
"gulp-jshint": "^1.9.0",
"gulp-load-plugins": "^0.7.1",
"gulp-marked": "^1.0.0",
"gulp-minify-css": "^0.4.6",
"gulp-minify-html": "^0.1.7",
"gulp-sass": "^1.1.0",
"gulp-sourcemaps": "^1.2.8",
"gulp-uglify": "^1.0.1",
"gulp-watch": "^2.0.0",
"gulp-webserver": "^0.8.7",
"gulpsmith": "^0.5.2",
"jade": "^1.7.0",
"jshint-stylish": "^1.0.0",
"lazypipe": "^0.2.2",
"lodash": "^2.4.1",
"metalsmith": "^1.0.1",
"metalsmith-navigation": "0.0.8",
"node-notifier": "^4.0.2",
"respoke-admin": "^1.0.2",
"respoke-style": "git://github.com/respoke/style#v2.5.0",
"through2": "^0.6.3",
"uuid": "^2.0.1",
"yargs": "^1.3.3"
}
}