mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "koel",
|
|
"version": "0.1.0",
|
|
"author": "Phan An <me@phanan.net>",
|
|
"homepage": "http://koel.phanan.net",
|
|
"license": "MIT",
|
|
"description": "A personal music streaming server that works",
|
|
"keywords": [
|
|
"music",
|
|
"audio",
|
|
"stream"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/phanan/koel"
|
|
},
|
|
"devDependencies": {
|
|
"babel-plugin-transform-runtime": "^6.3.13",
|
|
"babel-preset-es2015": "^6.3.13",
|
|
"babel-preset-react": "^6.3.13",
|
|
"babel-register": "^6.3.13",
|
|
"babel-runtime": "^5.8.34",
|
|
"blueimp-md5": "^1.1.1",
|
|
"bower": "^1.7.0",
|
|
"chai": "^3.4.1",
|
|
"gulp": "^3.9.0",
|
|
"ismobilejs": "^0.3.9",
|
|
"jquery": "^2.1.4",
|
|
"laravel-elixir": "^4.1.0",
|
|
"laravel-elixir-vueify": "^1.0.1",
|
|
"local-storage": "^1.4.2",
|
|
"lodash": "^3.10.1",
|
|
"mocha": "^2.3.4",
|
|
"node-sass": "^3.4.2",
|
|
"sinon": "^1.17.2",
|
|
"vue": "^1.0.11",
|
|
"vue-hot-reload-api": "^1.2.2",
|
|
"vue-resource": "^0.1.17",
|
|
"vueify": "^7.0.2",
|
|
"vueify-insert-css": "^1.0.0"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node node_modules/bower/bin/bower install && gulp --production",
|
|
"test": "mocha --compilers js:babel-register resources/assets/js/tests/**/*Test.js"
|
|
}
|
|
}
|