forked from gyteng/jandan-ooxx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 824 Bytes
/
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
{
"name": "jandan-ooxx",
"version": "0.5.14",
"description": "",
"main": "server.js",
"scripts": {
"build": "gulp"
},
"author": "Gyteng",
"license": "MIT",
"dependencies": {
"body-parser": "^1.15.2",
"cheerio": "^0.22.0",
"compression": "^1.6.2",
"connect-session-knex": "^1.3.0",
"ejs": "^2.5.3",
"express": "^4.14.0",
"express-session": "^1.14.2",
"knex": "^0.12.6",
"moment": "^2.17.1",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"spdy": "^3.4.4",
"sqlite3": "^3.1.8"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"gulp": "^3.9.1",
"gulp-typescript": "^3.1.4",
"typescript": "^2.1.5",
"webpack": "^1.13.3",
"webpack-stream": "^3.2.0"
}
}