forked from itteco/iframely
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.71 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
{
"name": "iframely",
"version": "1.2.2",
"description": "oEmbed/2 gateway endpoint. Get embed data for various http links through one self-hosted API",
"keywords": [
"oembed",
"embed",
"open graph",
"og",
"twitter cards"
],
"homepage": "http://iframely.com",
"repository": {
"type": "git",
"url": "https://github.com/itteco/iframely.git"
},
"bugs": {
"url": "https://github.com/itteco/iframely/issues"
},
"license": "MIT",
"dependencies": {
"async": "2.4.1",
"cheerio": "0.22.0",
"chokidar": "1.7.0",
"ejs": "2.3.4",
"entities": "1.1.1",
"express": "^4.15.3",
"graceful-cluster": "0.0.3",
"htmlparser2": "3.9.2",
"http-parser-js": "0.4.9",
"iconv-lite": "0.4.17",
"imagesize": "1.0.0",
"jslint": "0.8",
"jsontoxml": "0.0.11",
"memcached": "2.2.2",
"moment": "2.18.1",
"node-cache": "1.*",
"parse-iso-duration": "1.0.0",
"readabilitySAX": "1.6.1",
"redis": "2.7.1",
"request": "2.81.0",
"sax": "1.2.2",
"send": "0.15.3",
"underscore": "1.8.3"
},
"devDependencies": {
"chai": "^3.5.0",
"feedparser": "2.2.0",
"mocha": "^3.1.2",
"mock-http-server": "0.0.4",
"mongoose": "4.10.5",
"supertest": "^2.0.0",
"vows": "0.7.0"
},
"iframely-proxy-plugins": true,
"main": "./lib/core",
"scripts": {
"test": "vows test/main.js --isolate --spec && npm run test-e2e",
"test-e2e": "NODE_ENV=test PORT=8080 mocha test"
},
"engines": {
"node": ">=0.10.21"
}
}