-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 793 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 793 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
29
30
31
32
33
34
35
36
{
"name": "notejam",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"express": "~4.2.0",
"sqlite3": "*",
"mysql": "*",
"static-favicon": "~1.0.0",
"morgan": "~1.0.0",
"cookie-parser": "~1.0.1",
"body-parser": "~1.0.0",
"debug": "~0.7.4",
"jade": "~1.3.0",
"orm": "~2.1.19",
"connect-flash": "~0.1.1",
"express-session": "~1.0.2",
"express-validator": "~2.6.0",
"passport": "0.2.1",
"passport-local": "1.0.0",
"hsts": "~2.1.0",
"mocha": "1.*.*",
"supertest": "0.*.*",
"superagent": "*",
"should": "*",
"should-http": "*",
"async": "*",
"moment": "*",
"bcrypt": "*",
"nodemailer": "*",
"nodemailer-stub-transport": "*"
}
}