-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.21 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
42
43
44
{
"name": "romajs-website",
"version": "1.0.0",
"description": "The romajs group static website generator",
"main": "index.js",
"dependencies": {
"bootstrap-sass": "^3.3.6",
"bourbon": "^4.2.6",
"font-awesome": "^4.5.0",
"metalsmith-assets": "^0.1.0",
"metalsmith-in-place": "^1.4.3",
"metalsmith-excerpts": "^1.1.0",
"metalsmith-pagination": "^1.4.0",
"metalsmith-register-helpers": "^0.2.0"
},
"devDependencies": {
"eslint": "^1.9.0",
"handlebars": "^4.0.5",
"harmonize": "^1.4.4",
"metalsmith": "^2.1.0",
"metalsmith-collections": "^0.7.0",
"metalsmith-date-in-filename": "0.0.14",
"metalsmith-drafts": "0.0.1",
"metalsmith-layouts": "^1.4.2",
"metalsmith-markdown": "^0.2.1",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-sass": "^1.3.0",
"metalsmith-serve": "0.0.6",
"nodemon": "^1.8.1"
},
"scripts": {
"lint": "eslint *.js",
"build": "node index.js",
"serve": "node index.js --serve",
"dev": "nodemon -e 'scss hbs md' index.js --serve",
"test": "echo \"Error: no test specified\" && exit 1",
"prebuild": "npm run lint"
},
"engines": {
"node": ">=0.12.0"
},
"author": "",
"license": "MIT"
}