-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 963 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": "@open-automaton/automaton-engine",
"homepage": "https://github.com/open-automaton/automaton-engine",
"version": "0.1.0",
"main": "src/automaton-engine.js",
"description": "A base class for scraping engines",
"keywords": [],
"author": "Abbey Hawk Sparrow <@khrome> (http://patternweaver.com)",
"contributors": [],
"bugs": {
"url": "https://github.com/open-automaton/automaton-engine/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:open-automaton/automaton-engine.git"
},
"dependencies": {
"clone": "^2.1.2",
"libxmljs": "^1.0.9",
"libxmljs2": "^0.32.0"
},
"scripts": {
"test": "mocha test/test.js"
},
"devDependencies": {
"body-parser": "^1.19.1",
"chai": "^4.3.4",
"express": "^4.17.2",
"mocha": "^9.1.3"
},
"engines": {
"node": "*"
}
}