-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 985 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
39
40
{
"name": "auth",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "BLUEBIRD_WARNINGS=0 node test/index.js",
"start": "node index.js"
},
"engines": {
"node": "4.1.0"
},
"author": "[email protected]",
"license": "ISC",
"dependencies": {
"bcrypt": "^0.8.5",
"bluebird": "^2.10.2",
"json-schema-deref": "^0.1.9",
"json-schema-random": "0.0.4",
"json-schema-to-markdown": "^1.0.1",
"json-schema-validator": "git://github.com/Prismatik/json-schema-validator.git#master",
"jsonwebtoken": "^5.4.0",
"lodash": "^3.10.1",
"node-uuid": "^1.4.3",
"required_env": "^1.0.0",
"restify": "^4.0.3",
"rethinkdbdash": "^2.2.1"
},
"devDependencies": {
"proxyquire": "^1.7.2",
"request-promise": "^0.4.3",
"supertest": "^1.1.0",
"tap-spec": "^4.1.0",
"tape": "^4.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Prismatik/auth.git"
}
}