forked from pinnamur/appc-platform-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.38 KB
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
51
52
{
"name": "appc-platform-sdk",
"version": "3.2.0",
"description": "Appcelerator Platform SDK for Node.JS",
"main": "index.js",
"scripts": {
"test": "APPC_ENV=development nyc -r text-summary --temp-directory ./coverage --clean mocha -R spec -t 40000",
"lint": "eslint --ext .js ./",
"ci-lint": "eslint --ext .js ./ || exit 0"
},
"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.6.2",
"debug": "~3.1.0",
"getmac": "~1.4.3",
"pac-proxy-agent": "~3.0.0",
"request": "~2.88.0",
"tough-cookie": "~2.4.3",
"uuid": "~3.3.2"
},
"devDependencies": {
"body-parser": "^1.18.3",
"clone": "^2.1.1",
"cookie-session": "^1.3.2",
"eslint": "^4.19.1",
"eslint-config-axway": "^2.0.14",
"eslint-plugin-mocha": "^5.0.0",
"express": "^4.16.3",
"gmail": "0.5.0",
"mailparser": "^0.5.1",
"mocha": "^5.2.0",
"mocha-jenkins-reporter": "^0.4.1",
"nyc": "^13.3.0",
"prompt": "^1.0.0",
"should": "^13.2.3",
"twilio": "^3.17.2",
"wrench": "^1.5.9"
}
}