-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "capra-public",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
"license": "MIT",
"dependencies": {
"jstransformer-nunjucks": "^1.0.0",
"marked": "^2.1.3",
"metalsmith": "^2.3.0",
"metalsmith-bibtex": "^1.1.5",
"metalsmith-collections": "^0.9.0",
"metalsmith-components": "^1.0.4",
"metalsmith-copy": "^0.4.1",
"metalsmith-dart-sass": "^1.0.1",
"metalsmith-feed": "^1.0.0",
"metalsmith-filemetadata": "^2.1.0",
"metalsmith-ignore": "^1.0.0",
"metalsmith-json-feed": "^1.1.0",
"metalsmith-layouts": "^2.3.1",
"metalsmith-markdown": "^1.2.0",
"metalsmith-metadata": "0.0.4",
"metalsmith-metadata-in-filename": "^1.3.0",
"moment": "^2.19.2",
"nunjucks": "^3.2.3",
"octicons": "^8.5.0"
},
"scripts": {
"build": "node index.js",
"start": "node index.js --serve"
},
"devDependencies": {
"metalsmith-in-place": "^4.4.2",
"metalsmith-serve": "0.0.7",
"metalsmith-watch": "^1.0.3"
}
}