forked from vmeurisse/phantomCrawl
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 849 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
{
"name": "phantom-crawl",
"version": "0.0.3",
"author": "Vincent Meurisse <[email protected]>",
"description": "Web crawler for ajax applications",
"keywords": ["ajax", "crawler", "crawl", "SEO", "phantom", "phantomjs"],
"homepage": "https://github.com/vmeurisse/phantomCrawl",
"bugs": {
"url": "https://github.com/vmeurisse/phantomCrawl/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/vmeurisse/phantomCrawl.git"
},
"main": "src/PhantomCrawl.js",
"dependencies": {
"async": "0.2.x",
"node-fs": "~0.1.5",
"node-phantom": "",
"phantomjs": "",
"smpl": "0.2.0-alpha2",
"redis": "",
"es6-promise": "",
"node-redis-pubsub": ""
},
"devDependencies": {
"smpl-build-test": "~0.5.0",
"jake": "0.5.x",
"node-inspector": "",
"supervisor": ""
},
"scripts": {
"doc": "jake doc"
}
}