-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 893 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
32
33
34
{
"name": "metalsmith-test",
"version": "1.0.0",
"description": "Testing out metalsmith",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/bapti/metalsmith-test.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bapti/metalsmith-test/issues"
},
"homepage": "https://github.com/bapti/metalsmith-test",
"dependencies": {
"browser-sync": "^2.7.1",
"del": "^1.2.0",
"gulp": "^3.8.11",
"gulp-gh-pages": "^0.5.1",
"gulp-sequence": "^0.3.2",
"jade": "^1.9.2",
"lodash": "^3.8.0",
"metalsmith": "^1.6.0",
"metalsmith-collections": "^0.7.0",
"metalsmith-markdown": "^0.2.1",
"metalsmith-permalinks": "^0.4.0",
"metalsmith-sass": "^0.7.0",
"metalsmith-templates": "^0.7.0"
}
}