-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.04 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
{
"name": "appc-platform-sdk",
"version": "1.0.72",
"description": "Appcelerator Platform SDK for node.js",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/appcelerator/appc-platform-sdk"
},
"keywords": [
"appcelerator",
"appc-client",
"appc-jira-cli"
],
"author": "Jeff Haynie",
"license": "Appcelerator Commercial",
"bugs": {
"url": "https://github.com/appcelerator/appc-platform-sdk/issues"
},
"homepage": "https://github.com/appcelerator/appc-platform-sdk",
"dependencies": {
"async": "^0.9.0",
"debug": "^2.1.0",
"getmac": "^1.0.6",
"request": "^2.55.0",
"tough-cookie": "^0.12.1"
},
"devDependencies": {
"appc-registry-sdk": "*",
"grunt": "^0.4.5",
"grunt-mocha-test": "^0.11.0",
"grunt-appc-js": "*",
"prompt": "^0.2.14",
"should": "^4.0.4",
"mocha": "2.1.0",
"underscore": "1.7.0",
"webdriverio": "2.2.2",
"grunt-kahvesi": "^0.2.0",
"grunt-appc-coverage": "^0.2.0"
}
}