koel/package.json

62 lines
1.7 KiB
JSON
Raw Normal View History

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"
},
"dependencies": {
2016-03-31 08:58:46 +00:00
"babel-plugin-lodash": "^2.2.1",
2015-12-13 04:42:28 +00:00
"babel-plugin-transform-runtime": "^6.3.13",
2016-06-27 06:11:35 +00:00
"babel-polyfill": "^6.9.1",
2015-12-13 04:42:28 +00:00
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-register": "^6.3.13",
2016-05-23 09:54:37 +00:00
"babel-runtime": "^6.0.0",
2016-03-12 16:15:14 +00:00
"blueimp-md5": "^2.3.0",
2016-01-19 08:56:54 +00:00
"cross-env": "^1.0.7",
"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",
2016-03-12 16:15:14 +00:00
"ismobilejs": "^0.4.0",
2016-10-21 08:23:17 +00:00
"jquery": "^3.1.1",
2016-06-25 12:18:19 +00:00
"jsdom": "^9.2.1",
2016-03-12 14:14:50 +00:00
"laravel-elixir": "^5.0.0",
2015-12-13 04:42:28 +00:00
"local-storage": "^1.4.2",
2016-03-31 08:58:46 +00:00
"lodash": "^4.6.1",
2015-12-13 04:42:28 +00:00
"node-sass": "^3.4.2",
2016-03-11 09:55:04 +00:00
"nprogress": "^0.2.0",
2016-05-08 09:24:34 +00:00
"plyr": "1.5.x",
"postcss-cssnext": "^2.6.0",
2016-10-21 08:23:17 +00:00
"rangeslider.js": "^2.2.1",
2016-07-07 13:54:20 +00:00
"select": "^1.0.6",
"sinon": "^1.17.2",
2016-08-11 02:55:54 +00:00
"sweetalert": "^1.1.3",
2016-10-12 03:06:23 +00:00
"vue": "^2.0.1",
2016-03-12 16:15:14 +00:00
"vue-hot-reload-api": "^1.3.2",
2016-06-25 05:24:55 +00:00
"vueify": "^9.1.0",
2016-07-30 15:32:17 +00:00
"vueify-insert-css": "^1.0.0",
"youtube-player": "^3.0.4"
2015-12-13 04:42:28 +00:00
},
"devDependencies": {
"browserify-hmr": "^0.3.1",
"chai": "^3.4.1",
"jsdom": "^9.2.1",
"mocha": "^2.3.4",
"sinon": "^1.17.2"
},
2015-12-13 04:42:28 +00:00
"scripts": {
"postinstall": "cross-env NODE_ENV=production && gulp --production",
2016-07-05 09:35:01 +00:00
"test": "mocha --compilers js:babel-register --require resources/assets/js/tests/helper.js resources/assets/js/tests/**/*Test.js",
2016-11-15 07:54:41 +00:00
"e2e": "echo 'Remember to run `php artisan serve --port=8081`' && phpunit tests/e2e -c phpunit.e2e.xml"
2015-12-13 04:42:28 +00:00
}
}