forked from alexanderscott/backbone-login
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 690 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 690 Bytes
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
{
"name": "backbone-login",
"keywords": "backbone, backbonejs, authentication",
"description": "Authentication best practices & demo using a Backbone.js Session Model",
"version": "1.0.0",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"sqlite3": "~2.x.x",
"bcrypt": "~0.7.7",
"underscore": "~1.5.2",
"hbs": "~2.4.0",
"express": "~4.x.x",
"compression": "1.2.0",
"body-parser": "1.9.2",
"cookie-parser": "1.3.3",
"express-session": "1.9.1",
"method-override": "2.3.0",
"errorhandler": "1.2.2",
"csurf": "1.6.3"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"subdomain": "backbone-login"
}