-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1018 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
{
"name": "spencer-apple-site",
"private": true,
"repository": {
"url": "https://github.com/splayemu/spencerapple.com.git"
},
"dependencies": {
"browserify": "^13.1.1",
"d3": "^4.3.0",
"metalsmith": "^1.0.0",
"metalsmith-branch": "0.0.4",
"metalsmith-browserify-alt": "^1.0.1",
"metalsmith-collections": "^0.7.0",
"metalsmith-excerpts": "^1.1.0",
"metalsmith-if": "^0.1.1",
"metalsmith-layouts": "^1.4.1",
"metalsmith-markdown": "^0.2.1",
"metalsmith-paths": "^3.0.1",
"metalsmith-preprocess": "^0.1.1",
"metalsmith-serve": "0.0.7",
"metalsmith-watch": "^1.0.3",
"moment": "^2.17.1",
"prerender-graph-components": "file:./local_modules/prerender-graph-components",
"pug": "^2.0.0-beta6"
},
"scripts": {
"preview": "node build.js --preview",
"build": "rm -rf node_modules/prerender-graph-components; npm install; node build.js",
"update-local-modules": "rm -rf node_modules/prerender-graph-components; npm install"
}
}