-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 KB
/
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
42
43
{
"name": "setlistfm-js",
"version": "1.2.0",
"description": "This is an easy to use, promise based API wrapper for the most recent version of the setlist.fm Web API. Made with love and JavaScript.",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/terhuerne/setlistfm-js.git"
},
"keywords": [
"setlist.fm",
"setlist",
"api",
"wrapper",
"concerts",
"nodejs",
"api-wrapper",
"api-token",
"react",
"react-native",
"react-js"
],
"author": "Johannes Terhuerne <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/terhuerne/setlistfm-js/issues"
},
"homepage": "https://github.com/terhuerne/setlistfm-js#readme",
"dependencies": {
"isomorphic-fetch": "^2.2.1",
"query-string": "^5.0.1"
},
"devDependencies": {
"debug": "^2.6.9",
"diff": "^3.3.0",
"glob": "^7.1.2",
"mocha": "^6.2.2",
"should": "^11.2.1"
}
}