forked from RafaelVidaurre/yakuza
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 893 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
36
37
38
39
40
{
"name": "yakuza",
"version": "1.0.7",
"description": "Heavyweight scraping framework for mobsters",
"main": "yakuza.js",
"repository": {
"type": "git",
"url": "https://github.com/Narzerus/yakuza.git"
},
"scripts": {
"coverage": "istanbul cover _mocha -- spec",
"docs": "./node_modules/.bin/jsdoc . -c ./jsdocconfig.json",
"test": "mocha spec"
},
"keywords": [
"scraping",
"framework",
"heavy",
"full"
],
"author": "Rafael Vidaurre",
"license": "MIT",
"dependencies": {
"eventemitter2": "^0.4.14",
"lodash": "^2.4.1",
"needle": "^2.2",
"q": "^1.1.1",
"shortid": "^2.1.3"
},
"devDependencies": {
"chai": "^2.1.0",
"chai-as-promised": "^4.3.0",
"jsdoc": "^3.3.0-beta2",
"mocha": "^2.2.4",
"nock": "^1.0.0",
"should": "^5.0.1",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0"
}
}