-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 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
39
40
41
42
43
44
45
{
"name": "json-concat",
"version": "0.0.1",
"description": "concatenate json files and objects",
"homepage": "https://github.com/GochoMugo/json-concat",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/GochoMugo/json-concat.git"
},
"bugs": "https://github.com/GochoMugo/json-concat/issues",
"keywords": [
"json",
"concat",
"concatenate",
"express",
"connect",
"terminal"
],
"author": {
"name": "GochoMugo",
"email": "[email protected]",
"url": "https://github.com/GochoMugo"
},
"main": "lib/json-concat.js",
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-mocha-test": "^0.12.7",
"istanbul": "^0.4.2",
"lodash": "^4.5.1",
"shelljs": "^0.6.0",
"should": "^8.2.2"
},
"bin": {
"json-concat": "./bin/json-concat"
},
"scripts": {
"test": "grunt test"
}
}