koel/package.json

68 lines
1.9 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-12-01 10:54:28 +00:00
"alertify.js": "^1.0.12",
2016-03-12 16:15:14 +00:00
"blueimp-md5": "^2.3.0",
"font-awesome": "^4.5.0",
2016-03-12 16:15:14 +00:00
"ismobilejs": "^0.4.0",
2016-10-21 08:23:17 +00:00
"jquery": "^3.1.1",
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",
2016-03-11 09:55:04 +00:00
"nprogress": "^0.2.0",
2016-05-08 09:24:34 +00:00
"plyr": "1.5.x",
2016-10-21 08:23:17 +00:00
"rangeslider.js": "^2.2.1",
2016-12-09 08:23:40 +00:00
"raven-js": "^3.9.1",
2016-07-07 13:54:20 +00:00
"select": "^1.0.6",
"slugify": "^1.0.2",
2016-10-12 03:06:23 +00:00
"vue": "^2.0.1",
2016-07-30 15:32:17 +00:00
"youtube-player": "^3.0.4"
2015-12-13 04:42:28 +00:00
},
"devDependencies": {
2016-12-06 05:44:49 +00:00
"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",
"browserify-hmr": "^0.3.1",
"chai": "^3.4.1",
2016-11-18 07:56:18 +00:00
"chalk": "^1.1.3",
2016-12-06 05:44:49 +00:00
"cross-env": "^1.0.7",
2016-11-26 03:25:35 +00:00
"eslint": "^3.10.2",
"eslint-config-vue": "^2.0.1",
"eslint-plugin-vue": "^1.0.0",
2016-12-06 05:44:49 +00:00
"gulp": "^3.9.0",
"gulp-util": "^3.0.7",
"jsdom": "^9.2.1",
2016-12-06 05:44:49 +00:00
"laravel-elixir": "^5.0.0",
"mocha": "^2.3.4",
2016-12-06 05:44:49 +00:00
"node-sass": "^3.4.2",
"postcss-cssnext": "^2.6.0",
2016-12-09 08:23:40 +00:00
"raven-js": "^3.9.1",
2016-12-06 05:44:49 +00:00
"sinon": "^1.17.2",
"vue-hot-reload-api": "^1.3.2",
"vueify": "^9.1.0",
"vueify-insert-css": "^1.0.0"
},
2015-12-13 04:42:28 +00:00
"scripts": {
"postinstall": "cross-env NODE_ENV=production && gulp --production",
2016-11-26 03:25:35 +00:00
"test": "eslint resources/assets/js --ext=js,vue && mocha --compilers js:babel-register --require resources/assets/js/tests/helper.js resources/assets/js/tests/**/*Test.js",
2016-12-10 09:33:29 +00:00
"e2e": "gulp e2e",
"dev": "cross-env NODE_ENV=development && gulp watch"
2015-12-13 04:42:28 +00:00
}
}