-
Notifications
You must be signed in to change notification settings - Fork 69
/
package.json
50 lines (50 loc) · 1.07 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
{
"name": "noodlejs",
"version": "0.3.2",
"description": "noodle is a proxy server which serves for cross domain data extraction from web documents for any client.",
"main": "./lib/noodle",
"bin": {
"noodle": "./bin/noodle-server"
},
"dependencies": {
"connect": "~2.3.5",
"connect-ratelimit": "0.0.5",
"JSONSelect": "0.4.0",
"feedparser": "0.10.7",
"moment": "1.7.2",
"cheerio": "0.10.1",
"request": "2.11.4",
"q": "0.8.9",
"xml2json": "^0.5.1",
"underscore": "1.4.2",
"mocha": "1.7.4",
"chai": "1.4.2",
"colors": "0.6.0-1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "bin/noodle-server"
},
"engines": {
"node": "0.6.x"
},
"repository": {
"type": "git",
"url": "git://github.com/dharmafly/noodle.git"
},
"keywords": [
"scraper",
"proxy",
"cross-domain",
"cross domain",
"selectors",
"JSONSelect",
"json",
"html",
"web service",
"rate limit"
],
"author": "Dharmafly",
"license": "BSD"
}