65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"name": "jamstash",
|
|
"version": "4.7.1",
|
|
"description": "HTML5 Audio Streamer for Subsonic, Archive.org browsing and streaming",
|
|
"authors": [
|
|
"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)"
|
|
],
|
|
"homepage": "http://jamstash.com",
|
|
"keywords": [
|
|
"subsonic",
|
|
"archive.org",
|
|
"music"
|
|
],
|
|
"license": "GPL-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/tsquillario/Jamstash.git"
|
|
},
|
|
"main": "app/index.html",
|
|
"dependencies": {
|
|
"jquery": "~2.1.4",
|
|
"jquery-ui": "~1.11.4",
|
|
"jplayer": "~2.9.2",
|
|
"angular": "~1.4.1",
|
|
"angular-route": "~1.4.1",
|
|
"angular-sanitize": "~1.4.1",
|
|
"angular-cookies": "~1.4.1",
|
|
"angular-resource": "~1.4.1",
|
|
"fancybox": "~2.1.4",
|
|
"notify.js": "<=1.2.2",
|
|
"jquery.scrollTo": "~1.4.5",
|
|
"jquery-dateFormat": "~1.0.2",
|
|
"angular-locker": "~2.0.1",
|
|
"open-iconic": "~1.1.1",
|
|
"ng-lodash": "~0.2.3",
|
|
"angular-ui-sortable": "~0.13.4"
|
|
},
|
|
"overrides": {
|
|
"fancybox": {
|
|
"main": [
|
|
"source/jquery.fancybox.js",
|
|
"source/jquery.fancybox.css"
|
|
]
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"angular-mocks": "~1.4.1",
|
|
"jasmine-promise-matchers": "~1.1.1",
|
|
"jasmine-fixture": "~1.3.2"
|
|
},
|
|
"ignore": [
|
|
"bower_components",
|
|
"node_modules"
|
|
],
|
|
"private": true,
|
|
"appPath": "app"
|
|
}
|