-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 888 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 888 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
30
31
32
33
34
35
36
37
{
"name": "napster.js",
"version": "2.0.0",
"description": "A client side JavaScript library for managing playback of licensed Napster audio content.",
"main": "gulpfile.js",
"directories": {
"example": "example",
"test": "test",
"source": "src"
},
"dependencies": {},
"devDependencies": {
"gulp": "^3.8.6",
"gulp-uglifyjs": "^0.4.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Rhapsody/internal-napster.js.git"
},
"author": "Rhapsody International, Inc.",
"contributors": [
{
"name": "Daniel Duda"
},
{
"name": "Christian Nunciato"
}
],
"bugs": {
"url": "https://github.com/Rhapsody/internal-napster.js/issues"
},
"homepage": "https://github.com/Rhapsody/internal-napster.js",
"license": "MIT"
}