-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 949 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 949 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
34
35
36
37
38
39
{
"name": "grunt-abe-json-builder",
"version": "0.1.1",
"description": "Grunt wrapper for abe-json-builder",
"main": "tasks/grunt-abe-json-builder.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/apibyexample/grunt-abe-json-builder.git"
},
"keywords": [
"abe",
"json",
"gruntplugin",
"grunt"
],
"author": "API By Example <apibyexample@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/apibyexample/grunt-abe-json-builder/issues"
},
"homepage": "https://github.com/apibyexample/grunt-abe-json-builder",
"dependencies": {
"abe-json-builder": "~0.1.4",
"lodash-node": "~2.4.1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.10.0",
"grunt-jscs": "~0.7.1",
"load-grunt-tasks": "~0.6.0"
},
"peerDependencies": {
"grunt": "~0.4.0"
}
}