forked from lavir/phantomCrawl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 836 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
{
"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": "https://github.com/vmeurisse/node-phantom/archive/56a10de0b3dddb4645bb3dadd98ed437aca6a9c4.tar.gz",
"phantomjs": "1.8.2-2",
"smpl": "0.2.0-alpha2"
},
"devDependencies": {
"smpl-build-test": "~0.5.0",
"jake": "0.5.x"
},
"scripts": {
"doc": "jake doc"
}
}