-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 878 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
{
"name": "yarr",
"description": "I feel lucky, for The Pirate Bay.",
"author": "<hello@bluecap.se>",
"version": "1.1.0",
"license": "MIT",
"private": false,
"homepage": "https://github.com/bluecap-se/yarr/",
"repository": {
"type": "git",
"url": "git://github.com/bluecap-se/yarr.git"
},
"bugs": {
"url": "https://github.com/bluecap-se/yarr/issues"
},
"main": "index",
"dependencies": {
"express": "4.13.3",
"request": "2.61.0",
"cheerio": "0.19.0",
"docopt": "0.6.2"
},
"devDependencies": {
"supertest": "1.1.x",
"istanbul": "0.3.x",
"mocha": "2.3.x",
"chai": "3.2.x"
},
"bin": {
"yarr": "./bin/yarr"
},
"scripts": {
"test": "make test"
},
"engines": {
"node": ">= 0.8.0"
}
}