-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 918 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
{
"name": "appc-request-ssl",
"version": "1.0.16",
"description": "Appcelerator Configured Request SSL Pinning Library",
"main": "index.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git@github.com:appcelerator/appc-request-ssl.git"
},
"keywords": [
"appcelerator",
"ssl",
"request",
"appc-client",
"appc-jira-cli"
],
"author": "Jeff Haynie",
"license": "Appcelerator Software License (non-open source)",
"bugs": {
"url": "https://github.com/appcelerator/appc-request-ssl/issues"
},
"homepage": "https://github.com/appcelerator/appc-request-ssl",
"dependencies": {
"request-ssl": "^0.0.9"
},
"devDependencies": {
"async": "^0.9.0",
"grunt-cli": "^0.1.13",
"grunt-appc-js": "^1.0.0",
"grunt-kahvesi": "^0.1.0",
"grunt-mocha-test": "^0.12.6",
"mocha": "^2.1.0",
"should": "^4.6.0"
}
}