forked from pinnamur/appc-platform-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.21 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
46
47
48
49
50
{
"name": "appc-platform-sdk",
"version": "2.3.0",
"description": "Appcelerator Platform SDK for node.js",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"bugs": {
"url": "https://github.com/appcelerator/appc-platform-sdk/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/appcelerator/appc-platform-sdk"
},
"keywords": [
"appcelerator",
"appc-client"
],
"author": "Jeff Haynie",
"license": "SEE LICENSE IN LICENSE.md",
"homepage": "https://github.com/appcelerator/appc-platform-sdk",
"dependencies": {
"async": "^2.4.0",
"debug": "^2.6.7",
"getmac": "^1.2.1",
"request": "^2.81.0",
"tough-cookie": "^2.3.2",
"uuid": "^3.0.1"
},
"devDependencies": {
"body-parser": "^1.17.2",
"clone": "^2.1.1",
"cookie-session": "^1.2.0",
"express": "^4.15.3",
"gmail": "0.5.0",
"grunt": "^0.4.5",
"grunt-appc-coverage": "^0.3.3",
"grunt-eslint": "^19.0.0",
"grunt-kahvesi": "^1.0.2",
"grunt-mocha-test": "^0.13.2",
"mailparser": "^0.5.1",
"mocha": "^3.4.1",
"mocha-jenkins-reporter": "^0.3.8",
"prompt": "^1.0.0",
"should": "^11.2.1",
"twilio": "^2.11.1",
"wrench": "^1.5.8"
}
}