2015-12-13 04:42:28 +00:00
|
|
|
{
|
|
|
|
"name": "koel",
|
|
|
|
"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",
|
2016-01-08 06:47:27 +00:00
|
|
|
"browserify-hmr": "^0.3.1",
|
2015-12-13 04:42:28 +00:00
|
|
|
"chai": "^3.4.1",
|
2016-01-19 08:56:54 +00:00
|
|
|
"cross-env": "^1.0.7",
|
2016-02-13 05:09:45 +00:00
|
|
|
"font-awesome": "^4.5.0",
|
2015-12-13 04:42:28 +00:00
|
|
|
"gulp": "^3.9.0",
|
2016-01-08 06:47:27 +00:00
|
|
|
"gulp-util": "^3.0.7",
|
2015-12-13 04:42:28 +00:00
|
|
|
"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",
|
2016-02-17 15:53:53 +00:00
|
|
|
"plyr": "^1.5.11",
|
2016-01-17 05:14:12 +00:00
|
|
|
"rangeslider.js": "^2.1.1",
|
2015-12-13 04:42:28 +00:00
|
|
|
"sinon": "^1.17.2",
|
2016-01-31 16:02:46 +00:00
|
|
|
"vue": "^1.0.16",
|
2015-12-13 04:42:28 +00:00
|
|
|
"vue-hot-reload-api": "^1.2.2",
|
2015-12-29 01:35:22 +00:00
|
|
|
"vue-resource": "~0.5.1",
|
2015-12-13 04:42:28 +00:00
|
|
|
"vueify": "^7.0.2",
|
|
|
|
"vueify-insert-css": "^1.0.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2016-02-17 15:53:53 +00:00
|
|
|
"postinstall": "cross-env NODE_ENV=production && gulp --production",
|
2015-12-13 04:42:28 +00:00
|
|
|
"test": "mocha --compilers js:babel-register resources/assets/js/tests/**/*Test.js"
|
|
|
|
}
|
|
|
|
}
|