forked from MrJaeger/songkick-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 797 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
{
"name": "songkick-api",
"version": "0.0.2",
"author": "Andrew Jaeger <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/MrJaeger/songkick-api.git"
},
"dependencies": {
"querystring": "0.2.0",
"q": "1.4.1",
"request": "2.67.0",
"util": "0.10.3"
},
"license": "MIT",
"main": "index.js",
"keywords": [
"songkick",
"api"
],
"engines": {
"node": ">=0.10.0"
},
"description": "A small javascript library (for NodeJS) to interface with the SongKick API",
"bugs": {
"url": "https://github.com/MrJaeger/songkick-api/issues"
},
"homepage": "https://github.com/MrJaeger/songkick-api#readme",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}