-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 947 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
{
"name": "strip-mine",
"homepage": "https://github.com/open-automaton/strip-mine",
"version": "0.1.0",
"main": "index.js",
"description": "An Automaton scraping toolkit with normalized syntax for scrape engines, range iteration, distributed processing, caching and memory isolation.",
"keywords": [
"scraping",
"webscraping",
"datamining"
],
"author": "Abbey Hawk Sparrow <@khrome> (http://patternweaver.com)",
"contributors": [],
"bugs": {
"url": "https://github.com/open-automaton/strip-mine/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:open-automaton/strip-mine.git"
},
"dependencies": {
"app-term-kit": "^0.4.2",
"divisive": "0.0.2",
"range-expansion": "0.0.1"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}