-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 833 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 833 Bytes
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": "metalsmith-test",
"version": "1.0.0",
"description": "Test with metalsmith",
"main": "app.js",
"dependencies": {
"fontmin": "^0.9.6",
"fs": "0.0.2",
"gm": "^1.22.0",
"gulp": "^3.9.1",
"gulp-util": "^3.0.7",
"handlebars": "^4.0.5",
"metalsmith": "^2.1.0",
"metalsmith-browser-sync": "^1.1.1",
"metalsmith-clean-css": "^4.0.0",
"metalsmith-collections": "^0.7.0",
"metalsmith-concat": "^5.0.2",
"metalsmith-excerpts": "^1.1.0",
"metalsmith-ignore": "^0.1.2",
"metalsmith-layouts": "^1.6.5",
"metalsmith-markdown": "^0.2.1",
"metalsmith-permalinks": "^0.5.0",
"metalsmith-sass": "^1.3.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Gernot Raudner",
"license": "ISC"
}