-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·73 lines (73 loc) · 1.77 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "rankr",
"scripts": {
"start": "ts-node ./app.ts --no-cache",
"start-with-crawler": "ts-node ./app.ts --with-crawler",
"dev": "nodemon -x"
},
"version": "0.0.3",
"description": "Realtime integrated information analysis service",
"license": "MIT",
"repository": "/~https://github.com/endlessdev/rankr",
"author": "Jade Yeom",
"keywords": [
"realtime-rank",
"realtime",
"crawler",
"sequelize",
"database",
"parse",
"portal-site"
],
"dependencies": {
"@types/node": "^7.0.5",
"async-child-process": "^1.1.1",
"cheerio": "^0.22.0",
"cron": "^1.2.1",
"debug": "~2.2.0",
"dotenv": "^4.0.0",
"hbs": "~3.1.0",
"iconv": "^2.2.3",
"iconv-lite": "^0.4.17",
"koa": "^2.2.0",
"koa-bodyparser": "^4.2.0",
"koa-cors": "0.0.16",
"koa-logger": "^3.0.0",
"koa-router": "^7.2.0",
"koa-static": "^3.0.0",
"koa2-cors": "^2.0.3",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13",
"morgan": "~1.6.1",
"mysql": "^2.14.0",
"pg-hstore": "^2.3.2",
"q": "^1.4.1",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"sequelize": "^3.30.4",
"sequelize-cli": "^2.7.0",
"serve-favicon": "~2.3.0",
"shell-escape": "^0.2.0",
"superagent": "^1.7.1",
"ts-loader": "^2.0.3",
"ts-node": "^3.3.0",
"tsd": "^0.6.5",
"tslint": "^5.9.1",
"tslint-config-airbnb": "^5.1.2",
"typescript": "^2.3.3",
"underscore": "^1.8.3",
"winston": "^2.4.2",
"xml2js": "^0.4.17",
"yenv": "^2.1.0"
},
"devDependencies": {
"assert": "^1.3.0",
"mongoose": "^4.3.6",
"nodemon": "^1.17.3",
"pow-mongodb-fixtures": "^0.13.0",
"should": "^8.1.1",
"should-http": "0.0.4",
"supertest": "^1.1.0",
"webpack": "^2.5.1"
}
}