-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 874 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 874 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
{
"name": "website",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.15.2",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"ejs": "~2.5.2",
"express": "~4.14.0",
"morgan": "~1.7.0",
"serve-favicon": "~2.3.0",
"mysql": "latest",
"async": "latest",
"node-uuid": "latest",
"express-session": "latest",
"crypto": "latest",
"lodash": "latest",
"formidable": "latest",
"markdown-js": "latest",
"validator": "~6.2.0",
"socket.io": "latest",
"connect": "latest",
"colors": "latest",
"request": "latest",
"cheerio": "latest",
"mkdirp": "latest",
"sqlite": "latest",
"eslint": "latest"
}
}