forked from Jscell/Event
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 807 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 807 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
{
"name": "mvp",
"version": "1.0.0",
"description": "",
"main": "server.js",
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"start": "node server/server.js"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.3.4",
"body-parser": "^1.15.0",
"bookshelf": "^0.9.1",
"ejs": "^2.4.1",
"express": "^4.14.1",
"express-fileupload": "^0.1.1",
"express-partials": "^0.3.0",
"express-session": "^1.13.0",
"jwt-simple": "^0.5.1",
"knex": "^0.10.0",
"morgan": "^1.1.1",
"request": "^2.34.0",
"socket.io": "^1.4.5",
"sqlite3": "~3.1.1"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/maherghnom/2017-02-mvp/issues"
},
"homepage": "https://github.com/maherghnom/2017-02-mvp#readme"
}