forked from mvc-spec/www.mvc-spec.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 808 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
{
"name": "www.mvc-spec.org",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "node build.js",
"dev": "npm run serve & npm run watch",
"serve": "browser-sync start --server build --no-open",
"watch": "nodemon -e md,html,js,less,json,adoc -w src -w conf -w lib -x 'npm run build && browser-sync reload'"
},
"devDependencies": {
"bootstrap": "3.3.7",
"browser-sync": "^2.18.8",
"font-awesome": "^4.7.0",
"handlebars": "4.0.5",
"metalsmith": "1.7.0",
"metalsmith-asciidoctor": "^1.1.0",
"metalsmith-better-excerpts": "^0.1.7",
"metalsmith-ignore": "0.1.2",
"metalsmith-less": "2.0.0",
"metalsmith-markdown": "0.2.1",
"metalsmith-static": "0.0.5",
"minimatch": "^3.0.3",
"nodemon": "^1.11.0",
"yargs": "3.31.0"
}
}