-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.03 KB
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
{
"name": "visualregressiontesting",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "SERVE=1 npm run build",
"build": "node metalsmith.js",
"create": "yo ./generators/app"
},
"author": "",
"license": "ISC",
"devDependencies": {
"chalk": "^1.1.1",
"metalsmith": "^2.3.0",
"metalsmith-assets": "^0.1.0",
"metalsmith-branch": "0.0.5",
"metalsmith-collections": "^0.9.0",
"metalsmith-date-in-filename": "0.0.14",
"metalsmith-drafts": "0.0.1",
"metalsmith-excerpts": "^1.3.0",
"metalsmith-feed": "^0.2.0",
"metalsmith-filemetadata": "0.0.4",
"metalsmith-gzip": "^1.1.0",
"metalsmith-layouts": "^1.4.2",
"metalsmith-markdown": "^0.2.1",
"metalsmith-permalinks": "^0.4.0",
"metalsmith-serve": "0.0.7",
"metalsmith-watch": "^1.0.3",
"nunjucks": "^2.2.0",
"nunjucks-date": "^1.5.0",
"yeoman-generator": "^0.22.5",
"yo": "^1.6.0",
"yosay": "^1.1.0"
},
"dependencies": {
"metalsmith-sass": "^1.7.0"
}
}