koel/package.json
2016-11-15 15:54:41 +08:00

68 lines
1.9 KiB
JSON

{
"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"
},
"dependencies": {
"babel-plugin-lodash": "^2.2.1",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-register": "^6.3.13",
"babel-runtime": "^6.0.0",
"blueimp-md5": "^2.3.0",
"cross-env": "^1.0.7",
"font-awesome": "^4.5.0",
"gulp": "^3.9.0",
"gulp-util": "^3.0.7",
"ismobilejs": "^0.4.0",
"jquery": "^3.1.1",
"jsdom": "^9.2.1",
"laravel-elixir": "^5.0.0",
"local-storage": "^1.4.2",
"lodash": "^4.6.1",
"node-sass": "^3.4.2",
"nprogress": "^0.2.0",
"plyr": "1.5.x",
"postcss-cssnext": "^2.6.0",
"rangeslider.js": "^2.2.1",
"select": "^1.0.6",
"sinon": "^1.17.2",
"sweetalert": "^1.1.3",
"vue": "^2.0.1",
"vue-hot-reload-api": "^1.3.2",
"vueify": "^9.1.0",
"vueify-insert-css": "^1.0.0",
"youtube-player": "^3.0.4"
},
"devDependencies": {
"body-parser": "^1.15.2",
"browserify-hmr": "^0.3.1",
"chai": "^3.4.1",
"chalk": "^1.1.3",
"express": "^4.14.0",
"faker": "^3.1.0",
"http-server": "^0.9.0",
"jsdom": "^9.2.1",
"json-server": "^0.8.14",
"mocha": "^2.3.4",
"nightmare": "^2.5.2",
"sinon": "^1.17.2"
},
"scripts": {
"postinstall": "cross-env NODE_ENV=production && gulp --production",
"test": "mocha --compilers js:babel-register --require resources/assets/js/tests/helper.js resources/assets/js/tests/**/*Test.js",
"e2e": "echo 'Remember to run `php artisan serve --port=8081`' && phpunit tests/e2e -c phpunit.e2e.xml"
}
}