-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 937 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": "pitchfork",
"version": "0.0.16",
"description": "An Unofficial Pitchfork Music API client for Node.js",
"main": "index.js",
"scripts": {
"test": "mocha -R spec test/"
},
"repository": {
"type": "git",
"url": "git://github.com/omardelarosa/pitchfork-npm.git"
},
"keywords": [
"pitchfork",
"music",
"api"
],
"author": "Omar Delarosa",
"license": "MIT",
"bugs": {
"url": "https://github.com/omardelarosa/pitchfork-npm/issues"
},
"homepage": "https://github.com/omardelarosa/pitchfork-npm",
"devDependencies": {
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"mocha": "^1.20.1",
"sinon": "^1.10.3"
},
"bin": "./bin/pitchfork",
"dependencies": {
"async": "^0.9.0",
"cheerio": "~0.22.0",
"diff": "^1.4.0",
"lodash": "^4.0.0",
"minimist": "^1.2.0",
"prettyjson": "^1.0.0",
"q": "^1.0.1",
"superagent": "^0.18.2"
}
}