-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.24 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
{
"name": "scraper-proxy",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --compilers js:babel/register",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@f/extract-opengraph": "^1.0.0",
"babel": "^5.5.8",
"debug": "^2.1.3",
"download": "git://github.com/weo-edu/download.git",
"embedly": "^1.0.4",
"get-youtube-id": "^1.0.0",
"gm": "^1.21.1",
"googleapis": "~0.6.1",
"is-youtube-video": "^0.1.1",
"jsdom": "^3.1.2",
"kcors": "^1.0.1",
"knox": "~0.8.9",
"koa": "^0.21.0",
"koa-cash": "^1.0.1",
"koa-compose": "^2.3.0",
"koa-cors": "0.0.16",
"koa-mount": "^1.3.0",
"koa-route": "^2.4.1",
"lodash": "~2.4.1",
"lru-cache": "^2.6.4",
"ogp": "0.0.2",
"qs": "^2.3.2",
"sharp": "^0.16.0",
"superagent": "^1.2.0",
"superagent-as-promised": "^3.1.1",
"thunkify": "^2.1.2",
"url-join": "0.0.1",
"uuid": "~1.4.1",
"validator": "^3.32.0",
"weo-logger": "git://github.com/weo-edu/weo-logger"
},
"devDependencies": {
"mocha-co": "^1.17.1-co.1",
"no-iits": "0.0.0",
"supertest": "^1.0.1"
},
"engines": {
"npm": "2.11.1",
"node": "6.3.0"
}
}