-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 795 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 795 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
{
"name": "livewriting",
"version": "0.0.1",
"description": "live writing text area application",
"main": "./lib/server_mongo.js",
"dependencies": {
"base64url": "^3.0.1",
"bcrypt-nodejs": "latest",
"body-parser": "~1.0.0",
"codemirror-spell-checker": "^1.1.2",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.0.0",
"ejs": ">=2.5.5",
"express": "^4.13.3",
"express-session": "^1.0.4",
"method-override": "~1.0.0",
"mime": ">=1.4.1",
"mongoose": "~4.4",
"morgan": "~1.0.0",
"negotiator": "^0.6.1",
"passport": "^0.1.18",
"passport-facebook": "~1.0.2",
"passport-google-oauth": "~0.1.5",
"passport-local": "~0.1.6",
"passport-twitter": "~1.0.2"
},
"scripts": {
"start": "node lib/server_mongo.js"
}
}