-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 935 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 935 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
38
39
40
41
42
{
"name": "audio",
"version": "1.0.0",
"description": "offline audio player",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"keywords": [
"music",
"offline",
"audio"
],
"author": "Harish",
"license": "ISC",
"dependencies": {
"JSONStream": "^0.10.0",
"emit-stream": "^0.1.2",
"express": "^4.12.3",
"glob": "^5.0.5",
"highland": "^2.5.0",
"id3js": "^1.1.3",
"musicmetadata": "^1.0.1",
"nedb": "^1.1.2",
"send": "^0.12.2",
"walk": "^2.3.9"
},
"jspm": {
"directories": {
"baseURL": "public",
"lib": "lib",
"packages": "public/jspm_packages"
},
"dependencies": {
"backbone": "npm:backbone@^1.1.2",
"baconjs": "npm:baconjs@^0.7.53",
"jquery": "github:components/jquery@^2.1.3",
"underscore": "npm:underscore@^1.8.3"
}
}
}