-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1 KB
/
package.json
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
37
38
39
40
41
42
43
{
"name": "worktile-festival",
"version": "1.0.0",
"description": "worktile festival",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:atinc/wth5.git"
},
"keywords": [
"worktile-festival"
],
"author": "YCTech",
"license": "ISC",
"bugs": {
"url": "https://github.com/atinc/wth5/issues"
},
"homepage": "https://github.com/atinc/wth5#readme",
"dependencies": {
"body-parser": "^1.13.3",
"cookie-parser": "^1.3.5",
"compression": "^1.5.2",
"ejs": "^2.3.3",
"express": "^4.13.3",
"express-ejs-layouts": "^1.1.0",
"lodash": "^3.10.1",
"moment": "^2.10.6",
"node-uuid": "^1.4.3",
"query-string": "^2.4.1",
"request": "^2.61.0",
"sequelize": "^3.6.0",
"shortid": "^2.2.2",
"sqlite3": "^3.0.10",
"winston": "^1.0.1",
"im-cache": "0.0.2",
"jssha": "1.5.0",
"xml2js": "^0.4.17",
"express-session": "^1.11.3"
}
}