-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 828 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 828 Bytes
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
{
"name": "soundcloud-node-api",
"version": "0.0.8",
"description": "",
"main": "sound-cloud-api.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vineetasharma/soundcloud-node-api.git"
},
"author": {
"name": "Vineeta Sharma",
"email": "vineetasharma18791@gmail.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/vineetasharma/soundcloud-node-api/issues"
},
"homepage": "https://github.com/vineetasharma/soundcloud-node-api#readme",
"dependencies": {
"istanbul": "^0.4.5",
"mocha": "^3.1.0",
"request": "^2.72.0",
"should": "^11.1.0"
}
}