-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1.12 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
39
40
41
{
"name": "JSOxford",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "node index.js",
"start": "npm run -s build && ./node_modules/.bin/http-server -c-1 ./build",
"deploy": "./node_modules/.bin/gh-pages -d build",
"watch": "./node_modules/.bin/http-server -c-1 ./build & ./node_modules/.bin/nodemon --exec \"npm run build\" -e js,html,css,md,scss --ignore build/"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"handlebars": "^4.0.10",
"marked": "^0.3.7",
"metalsmith": "^2.3.0",
"metalsmith-collections": "^0.9.0",
"metalsmith-in-place": "^1.4.4",
"metalsmith-layouts": "^1.8.1",
"metalsmith-markdown": "^0.2.1",
"metalsmith-pagination": "^1.4.0",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-sass": "^1.4.0",
"moment": "^2.18.1",
"r2": "^2.0.0"
},
"devDependencies": {
"gh-pages": "^1.0.0",
"http-server": "^0.10.0",
"image-type": "^3.0.0",
"jimp": "^0.2.28",
"nodemon": "^1.12.1",
"spritesmith": "^3.1.1",
"through2": "^2.0.3"
},
"engines": {
"node": "8"
}
}