-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 1.24 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
{
"name": "bean-docs",
"private": true,
"scripts": {
"build": "node scripts/build.js",
"serve": "node scripts/serve.js",
"lint-style": "node scripts/lint.js",
"lint-code": "node_modules/.bin/eslint scripts templates src/_assets/scripts",
"deploy": "node_modules/.bin/gulp deploy"
},
"dependencies": {
"handlebars": "^3.0.3",
"metalsmith": "^2.0.1",
"metalsmith-autotoc": "git+https://[email protected]/mplewis/metalsmith-autotoc.git",
"metalsmith-ignore": "^0.1.2",
"metalsmith-in-place": "^1.3.1",
"metalsmith-layouts": "^1.4.0",
"metalsmith-markdown": "^0.2.1",
"metalsmith-paths": "^2.1.1",
"metalsmith-permalinks": "^0.4.0",
"metalsmith-register-helpers": "^0.1.2",
"metalsmith-register-partials": "^1.0.2",
"metalsmith-stylus": "^1.0.0",
"string": "^3.3.1"
},
"devDependencies": {
"colors": "^1.1.2",
"eslint": "^1.10.3",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-standard": "^1.3.1",
"glob": "^6.0.1",
"gulp": "^3.9.0",
"gulp-add": "0.0.2",
"gulp-gh-pages": "^0.5.2",
"js-yaml": "^3.3.1",
"metalsmith-serve": "0.0.3",
"metalsmith-watch": "^1.0.1",
"pluralize": "^1.1.4",
"rimraf": "^2.4.3",
"sprintf-js": "^1.0.3"
}
}