forked from tsquillario/Jamstash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.97 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "jamstash",
"version": "4.6.3",
"description": "HTML5 Audio Streamer for Subsonic, Archive.org browsing and streaming",
"author": "Trevor Squillario (https://github.com/tsquillario)",
"contributors": [
"tsquillario (https://github.com/tsquillario)",
"maletor (https://github.com/maletor)",
"javaguirre (https://github.com/javaguirre)",
"Concept211 (https://github.com/Concept211) ",
"jerbob92 (https://github.com/jerbob92)",
"kennyhwang (https://github.com/kennyhwang)",
"ioggstream (https://github.com/ioggstream)",
"x37v (https://github.com/x37v)",
"Hyzual (https://github.com/Hyzual)"
],
"license": "GPL-2.0",
"homepage": "http://jamstash.com",
"keywords": [
"subsonic",
"archive.org",
"music"
],
"repository": {
"type": "git",
"url": "https://github.com/tsquillario/Jamstash.git"
},
"main": "app/index.html",
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "^0.3.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-imagemin": "^0.9.4",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-filerev": "^2.3.1",
"grunt-karma": "^0.10.1",
"grunt-notify": "^0.4.1",
"grunt-ssh": "^0.12.3",
"grunt-svg-sprite": "^1.1.2",
"grunt-usemin": "^3.0.0",
"grunt-wiredep": "^2.0.0",
"jit-grunt": "^0.9.1",
"karma": "^0.12.32",
"karma-chrome-launcher": "^0.1.12",
"karma-coverage": "^0.3.1",
"karma-jasmine": "^0.3.5",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-notify-reporter": "^0.1.1",
"time-grunt": "^1.2.1"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
},
"bugs": {
"url": "https://github.com/tsquillario/Jamstash/issues"
},
"private": true
}