forked from apache/cordova-coho
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 865 Bytes
/
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
{
"name": "cordova-coho",
"version": "0.0.3",
"description": "Apache Cordova release tool",
"main": "./coho",
"bin": {
"coho": "./coho"
},
"dependencies": {
"chalk": "~0.4",
"co": "~3.0",
"glob": "^5.0.14",
"gnode": "^0.1.0",
"jira-linkify": "^2.2.3",
"opener": "^1.4.1",
"optimist": "0.4",
"q": "~0.9",
"request": "^2.69.0",
"semver": "^4.2.0",
"shelljs": "0.1.4"
},
"devDependencies": {
"nsp": ">=2.0.1",
"tap-dot": "^1.0.0",
"tap-spec": "^4.0.0",
"tape": "^4.0.0",
"tape-runner": "^0.3.0"
},
"scripts": {
"test": "node test/test.js | tap-spec"
},
"repository": {
"type": "git",
"url": "https://git-wip-us.apache.org/repos/asf/cordova-coho.git"
},
"authors": [
"Andrew Grieve",
"steven gill",
"Brian LeRoux"
],
"license": "Apache-2.0"
}