-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 865 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
41
{
"name": "tortuga",
"version": "0.1.1",
"description": "A node.js client for The Pirate Bay.",
"keywords": [
"pirate bay",
"piratebay",
"torrent",
"client",
"scraper",
"simple"
],
"author": "Espen Høgbakk <[email protected]>",
"repository": {
"type": "git",
"url": "http://github.com/espenhogbakk/tortuga.git"
},
"bugs": {
"url": "http://github.com/espenhogbakk/tortuga/issues"
},
"license": "MIT",
"main": "./index",
"dependencies": {
"request": ">=2.34.0",
"cheerio": ">=0.16.0",
"coveralls": "^2.10.0",
"mocha-lcov-reporter": "0.0.1",
"merge": ">=1.1.3",
"underscore": ">= 1.6.0"
},
"devDependencies": {
"mocha": "*",
"chai": ">=1.9.1",
"nock": ">=0.30.1",
"sinon": ">=1.9.1",
"sinon-chai": ">=2.5.0"
},
"scripts": {
"test": "make test"
}
}