forked from jhaynie/request-ssl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 838 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": "request-ssl",
"version": "0.0.5",
"description": "Pinned SSL version of the Request library",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git@github.com:jhaynie/request-ssl.git"
},
"keywords": [
"request",
"ssl",
"https"
],
"author": "Jeff Haynie",
"license": "Apache2",
"bugs": {
"url": "https://github.com/jhaynie/request-ssl/issues"
},
"homepage": "https://github.com/jhaynie/request-ssl",
"dependencies": {
"debug": "^2.1.1",
"lodash": "^2.4.1",
"request": "^2.51.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-kahvesi": "^0.1.0",
"grunt-mocha-test": "^0.12.6",
"mocha": "^2.1.0",
"should": "^4.5.1",
"wrench": "^1.5.8"
}
}