forked from treygriffith/metalsmith-assets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 951 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
35
36
37
38
39
40
41
42
43
{
"name": "metalsmith-assets",
"version": "0.1.0",
"description": "Include static assets in your Metalsmith build",
"main": "index.js",
"scripts": {
"test": "make test"
},
"dependencies": {
"merge": "^1.1.3",
"recursive-readdir": "^1.0.0",
"stat-mode": "^0.2.0",
"debug": "^2.1.1",
"async": "^0.9.0"
},
"devDependencies": {
"mocha": "^2.1.0",
"metalsmith": "^1.3.0",
"assert-dir-equal": "^1.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/treygriffith/metalsmith-assets"
},
"keywords": [
"metalsmith",
"static",
"assets"
],
"author": {
"name": "Trey Griffith",
"email": "[email protected]",
"website": "http://tgriff3.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/treygriffith/metalsmith-assets/issues"
},
"homepage": "https://github.com/treygriffith/metalsmith-assets",
"files": [
"index.js"
]
}