This repository was archived by the owner on Jan 22, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.27 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.27 KB
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
44
45
46
47
48
{
"name": "resonate-player-prototype",
"version": "0.0.1",
"description": "Resonate streaming music player prototype",
"main": "main.js",
"repository": "git@github.com:Resonate-music/resonate-player-prototype.git",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"music"
],
"author": "TOM WOR <mail@tomwor.com>",
"license": "GPL-3.0",
"dependencies": {
"backbone": "^1.2.3",
"coffee": "^2.1.0",
"coffee-script": "^1.10.0",
"del": "^2.1.0",
"electron-connect": "^0.3.3",
"electron-prebuilt": "^0.36.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.1",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.5.0",
"gulp-concat": "^2.6.0",
"gulp-filter": "^3.0.1",
"gulp-jade": "^1.1.0",
"gulp-load-plugins": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylus": "^2.1.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"id3js": "^1.1.3",
"jquery": "^2.1.4",
"lame": "^1.2.3",
"mkdirp": "^0.5.1",
"nib": "^1.1.0",
"pretty-bytes": "^2.0.1",
"speaker": "^0.2.6",
"underscore": "^1.8.3",
"webtorrent": "^0.63.1"
}
}