-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 830 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
{
"name": "sails-passport",
"private": true,
"version": "0.0.1",
"description": "REST API boilerplate with sailsjs and authentification-ready application",
"keywords": [],
"dependencies": {
"bcrypt": "^1.0.1",
"bcrypt-nodejs": "0.0.3",
"express-jwt": "^5.1.0",
"include-all": "^1.0.0",
"jsonwebtoken": "^7.2.1",
"machinepack-emailaddresses": "^0.4.0",
"passport": "^0.3.2",
"passport-jwt": "^2.2.1",
"passport-local": "^1.0.0",
"rc": "1.0.1",
"sails": "~0.12.10",
"sails-disk": "~0.10.9",
"sails-mysql": "^0.11.5"
},
"scripts": {
"debug": "node debug app.js",
"start": "node app.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/macPendler/sails-passport.git"
},
"author": "macPendler",
"license": ""
}