-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1011 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1011 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
32
33
{
"name": "metalsmith-datajson",
"version": "0.0.4",
"description": "Metalsmith plugin which parses json files from a data directory and exposed their properties as metadata.json on the file object",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/FrontEndStudio/metalsmith-datajson.git"
},
"keywords": [
"metalsmith"
],
"author": "Arnoud van Susteren <arnoud@frontendstudio.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/FrontEndStudio/metalsmith-datajson/issues"
},
"homepage": "https://github.com/FrontEndStudio/metalsmith-datajson#readme",
"dependencies": {
"fs": "0.0.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "git+https://github.com/vojtajina/grunt-bump.git",
"grunt-contrib-jshint": "^0.11.3",
"load-grunt-tasks": "^3.4.0",
"metalsmith": "^2.1.0",
"metalsmith-collections": "^0.7.0"
}
}