-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpackage.json
39 lines (39 loc) · 944 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
{
"name": "rhapsody.js",
"version": "1.0.0",
"description": "A client side JavaScript library for managing playback of licensed Rhapsody/Napster audio content.",
"main": "gulpfile.js",
"directories": {
"example": "example",
"test": "test",
"source": "src"
},
"dependencies": {},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-include": "^2.3.1",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"readable-stream": "^3.6.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Rhapsody/rhapsody.js.git"
},
"author": "Rhapsody International, Inc.",
"contributors": [
{
"name": "Daniel Duda"
},
{
"name": "Christian Nunciato"
}
],
"bugs": {
"url": "https://github.com/Rhapsody/rhapsody.js/issues"
},
"homepage": "https://github.com/Rhapsody/rhapsody.js"
}