forked from cucapra/cslrg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 809 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
{
"name": "capra-public",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
"license": "MIT",
"dependencies": {
"handlebars": "^4.0.5",
"metalsmith": "^2.2.0",
"metalsmith-collections": "^0.7.0",
"metalsmith-define": "^2.0.1",
"metalsmith-filepath": "^1.0.1",
"metalsmith-ignore": "^0.1.2",
"metalsmith-in-place": "^1.4.4",
"metalsmith-layouts": "^1.6.5",
"metalsmith-markdown": "^0.2.1",
"metalsmith-metadata": "0.0.4",
"metalsmith-relative": "^1.0.3",
"metalsmith-sass": "^1.3.0",
"moment": "^2.17.1",
"pug": "^2.0.0-beta6"
},
"scripts": {
"build": "node index.js",
"serve": "node index.js --serve"
},
"devDependencies": {
"metalsmith-serve": "0.0.7",
"metalsmith-watch": "^1.0.3"
}
}