-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.13 KB
/
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-json",
"version": "0.1.2",
"description": "Metalsmith plugin which parses json files and exposes their properties as metadata on the file object",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/antiBaconMachine/metalsmith-json.git"
},
"keywords": [
"metalsmith"
],
"author": "Ollie Edwards <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/antiBaconMachine/metalsmith-json/issues"
},
"homepage": "https://github.com/antiBaconMachine/metalsmith-json",
"devDependencies": {
"metalsmith": "~0.8.0",
"jasmine-node": "~1.14.3",
"grunt-jasmine-node": "~0.2.1",
"load-grunt-tasks": "~0.4.0",
"metalsmith-collections": "~0.4.1",
"metalsmith-templates": "~0.5.0",
"handlebars": "~2.0.0-alpha.4",
"grunt": "~0.4.5",
"grunt-bump": "0.0.14",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-metalsmith": "0.0.1",
"grunt-shell": "~0.7.0",
"grunt-exec": "~0.4.5"
},
"dependencies": {
"lodash": "~2.4.1"
}
}