forked from navelpluisje/metalsmith-include
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 959 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
{
"name": "metalsmith-include",
"version": "0.0.1",
"description": "Make the contents of other source files as properties.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"dependencies": {
"async": "^0.7.0",
"debug": "^0.8.1",
"marked": "^0.3.3"
},
"devDependencies": {
"mocha": "1.x",
"metalsmith": "0.x",
"assert-dir-equal": "0.x",
"metalsmith-templates": "^0.5.0",
"jade": "^1.3.1",
"metalsmith-markdown": "^0.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/treygriffith/metalsmith-include"
},
"keywords": [
"metalsmith",
"partial",
"include"
],
"author": {
"name": "Trey Griffith",
"email": "[email protected]",
"website": "http://tgriff3.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/treygriffith/metalsmith-include/issues"
},
"homepage": "https://github.com/treygriffith/metalsmith-include"
}