forked from brave/vault
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.19 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "vault",
"version": "0.9.1",
"description": "Brave personal data store vault.",
"main": "index.js",
"scripts": {
"lint": "standard",
"server": "./node_modules/.bin/babel-node src/index.js",
"start": "DEBUG=*,-babel,-mongo:*,mongo:queries ./node_modules/.bin/babel-node src/index.js",
"test": "npm run test-security",
"test-security": "nsp check"
},
"repository": {
"type": "git",
"url": "https://github.com/brave/vault.git"
},
"author": "Brave Developers <[email protected]>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/brave/vault/issues"
},
"homepage": "https://github.com/brave/vault",
"dependencies": {
"babel-cli": "^6.1.2",
"babel-preset-stage-2": "^6.1.2",
"bell": "6.0.0",
"blipp": "2.3.0",
"boom": "3.0.0",
"bson": "0.4.19",
"crumb": "6.0.0",
"cryptiles": "3.0.0",
"elliptic": "6.0.2",
"github": "0.2.4",
"gridfs-stream": "1.1.1",
"hapi": "^12.1.0",
"hapi-async-handler": "^1.0.3",
"hapi-auth-bearer-token": "4.3.0",
"hapi-auth-cookie": "3.1.0",
"hapi-swagger": "https://github.com/brave/hapi-swagger.git",
"inert": "^3.2.0",
"joi": "^9.0.0-2",
"json-stringify-safe": "^5.0.1",
"mongodb": "^2.1.18",
"monk": "https://github.com/brave/monk.git",
"monotonic-timestamp": "0.0.9",
"natural": "0.2.1",
"netmask": "1.0.6",
"newrelic": "1.23.1",
"node-slack": "0.0.6",
"proxy-agent": "^2.0.0",
"priorityqueuejs": "^1.0.0",
"request": "^2.64.0",
"sdebug": "^0.9.0",
"throng": "^4.0.0",
"transliteration": "0.1.1",
"underscore": "1.8.3",
"vault-client": "https://github.com/brave/vault-client.git",
"vision": "^4.0.0",
"wreck": "7.0.0"
},
"engines": {
"node": "5.6.0",
"npm": "3.6.0"
},
"devDependencies": {
"babel-eslint": "^4.1.3",
"babel-polyfill": "^6.0.16",
"code": "2.0.1",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-nodemon": "^2.0.3",
"gulp-shell": "^0.5.1",
"gulp-standard": "^5.2.2",
"nsp": "^2.2.0",
"run-sequence": "^1.1.0",
"standard": "8.1.0"
},
"standard": {
"ignore": [ "config/config.*" ],
"parser": "babel-eslint"
}
}