forked from AgustinCroce/grunt-merge-json
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "grunt-merge-json",
"homepage": "http://github.com/rse/grunt-merge-json",
"description": "Grunt Task for Merging Multiple JSON Files",
"version": "0.9.5",
"license": "MIT",
"author": {
"name": "Ralf S. Engelschall",
"email": "rse@engelschall.com",
"url": "http://engelschall.com"
},
"keywords": [
"gruntplugin",
"merge",
"json"
],
"repository": {
"type": "git",
"url": "git://github.com/rse/grunt-merge-json.git"
},
"bugs": {
"url": "http://github.com/rse/grunt-merge-json/issues"
},
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "~1.0.0",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-clean": "~0.6.0"
},
"dependencies": {
"chalk": "~0.5.1",
"lodash": "~4.0.0"
},
"engines": {
"node": ">=0.10.0"
}
}