-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.06 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
{
"name": "ca-store",
"version": "1.1.1",
"description": "The module you need to solve node's SSL woes when your system's root CAs are not up to date",
"author": "Paul Spicer <pdspicer@gmail.com>",
"contributors": [
"Forrest L Norvell <forrest@newrelic.com>",
"AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com)"
],
"license": "Apache-2.0",
"homepage": "https://github.com/pdspicer/ca-store#readme",
"bugs": {
"url": "https://github.com/pdspicer/ca-store/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pdspicer/ca-store.git"
},
"keywords": [
"SSL",
"UNABLE_TO_VERIFY_LEAF_SIGNATURE",
"CERT_UNTRUSTED",
"CAS",
"CA",
"ROOT",
"intermediate",
"leaf",
"error"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"directories": {
"lib": "lib",
"bin": "bin"
},
"bin": {
"ca-store": "bin/ca-store.js"
},
"dependencies": {
"bluebird": "^3.4.1",
"invigilate": "^2.1.0",
"request": "^2.47.0"
}
}