forked from cucapra/capra-public
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 921 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
35
{
"name": "capra-public",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
"license": "MIT",
"dependencies": {
"marked": "^0.6.1",
"metalsmith": "^2.2.0",
"metalsmith-collections": "^0.9.0",
"metalsmith-components": "^1.0.2",
"metalsmith-feed": "^1.0.0",
"metalsmith-filemetadata": "^1.0.0",
"metalsmith-ignore": "^1.0.0",
"metalsmith-json-feed": "^1.1.0",
"metalsmith-layouts": "^1.6.5",
"metalsmith-markdown": "^1.2.0",
"metalsmith-metadata": "0.0.4",
"metalsmith-metadata-in-filename": "^1.3.0",
"metalsmith-sass": "^1.6.0",
"moment": "^2.19.2",
"nunjucks": "^3.0.1",
"octicons": "^8.5.0"
},
"scripts": {
"build": "node index.js",
"serve": "node index.js --serve"
},
"devDependencies": {
"metalsmith-in-place": "^1.4.4",
"metalsmith-serve": "0.0.7",
"metalsmith-watch": "^1.0.3"
}
}