-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 958 Bytes
/
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
{
"name": "maisonbk",
"private": true,
"license": "GPL-3.0+",
"dependencies": {
"bower": "~1.3.12",
"jade": "~1.9.1",
"marked": "~0.3.3",
"metalsmith": "~1.3.0",
"metalsmith-assets": "~0.1.0",
"metalsmith-clean-css": "~2.0.0",
"metalsmith-collections": "~0.7.0",
"metalsmith-markdown": "~0.2.1",
"metalsmith-metadata": "~0.0.1",
"metalsmith-permalinks": "~0.4.0",
"metalsmith-templates": "~0.6.0",
"metalsmith-concat": "^2.0.0"
},
"scripts": {
"build": "./node_modules/.bin/metalsmith build",
"test": "npm run build",
"postinstall": "./node_modules/.bin/bower install",
"start": "./node_modules/.bin/grunt",
"deploy": "./node_modules/.bin/grunt deploy"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-build-control": "~0.3.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-exec": "~0.4.6"
}
}