-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 901 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": "sf-auth",
"version": "0.6.1",
"description": "User Management Library for Express.js apps",
"main": "index.js",
"scripts": {
"test": "mocha ./test"
},
"keywords": [
"auth",
"jwt",
"soundfile"
],
"repository": {
"type": "git",
"url": "https://github.com/wirrareka/sf-auth"
},
"author": "Matej Drzik <matej@soundfile.io>, Soundfile.io",
"license": "GPL-3.0",
"dependencies": {
"bcrypt": "^1.0.2",
"body-parser": "^1.17.1",
"cors": "^2.8.3",
"emailjs": "^1.0.8",
"express": "^4.15.2",
"fs": "0.0.1-security",
"generate-password": "^1.3.0",
"handlebars": "^4.0.6",
"jwt-simple": "^0.5.1",
"lodash": "^4.17.4",
"rethinkdbdash": "^2.3.28",
"sf-rethink-migrate": "^0.9.2",
"uuid": "^3.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.3.0",
"chai-http": "^3.0.0"
}
}