2016-10-03 14:44:27 +13:00
|
|
|
{
|
2017-01-03 09:07:24 +13:00
|
|
|
"name": "mopidy-iris",
|
2017-01-13 08:23:07 +13:00
|
|
|
"version": "2.10.17",
|
2016-10-14 18:15:34 +13:00
|
|
|
"description": "Mopidy HTTP interface",
|
|
|
|
|
"repository": "https://github.com/jaedb/iris",
|
2017-01-03 09:07:24 +13:00
|
|
|
"author": "James Barnsley <james@barnsley.nz>",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/jaedb/Iris/issues"
|
|
|
|
|
},
|
2016-10-03 14:44:27 +13:00
|
|
|
"main": "app.js",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"babel": "^5.8.29",
|
|
|
|
|
"babel-core": "6.14.0",
|
|
|
|
|
"babel-loader": "6.2.5",
|
|
|
|
|
"babel-preset-es2015": "*",
|
|
|
|
|
"babel-preset-react": "*",
|
2016-11-09 13:18:03 +13:00
|
|
|
"babel-preset-stage-2": "*",
|
2016-10-17 22:00:29 +13:00
|
|
|
"sass-loader": "*",
|
|
|
|
|
"style-loader": "*",
|
|
|
|
|
"css-loader": "*",
|
|
|
|
|
"url-loader": "*",
|
|
|
|
|
"file-loader": "*",
|
2016-10-03 14:44:27 +13:00
|
|
|
"flux": "^2.1.1",
|
|
|
|
|
"redux": "*",
|
|
|
|
|
"react": "*",
|
|
|
|
|
"react-dom": "*",
|
|
|
|
|
"react-router": "*",
|
|
|
|
|
"redux": "*",
|
|
|
|
|
"react-redux": "*",
|
|
|
|
|
"redux-devtools": "*",
|
2016-10-14 18:15:34 +13:00
|
|
|
"redux-thunk": "*",
|
2016-10-03 14:44:27 +13:00
|
|
|
"webpack": "^1.13.2",
|
|
|
|
|
"webpack-strip": "*",
|
|
|
|
|
"node-sass": "*",
|
|
|
|
|
"extract-text-webpack-plugin": "*",
|
|
|
|
|
"jquery": "3.1.1",
|
2017-01-04 15:24:13 +13:00
|
|
|
"mopidy": "^0.5.0",
|
2016-10-03 14:44:27 +13:00
|
|
|
"expose-loader": "*",
|
2017-01-04 15:24:13 +13:00
|
|
|
"react-fontawesome": "*",
|
|
|
|
|
"react-ga": "2.1.2"
|
2016-10-03 14:44:27 +13:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2017-01-13 08:23:07 +13:00
|
|
|
"dev": "NODE_ENV=development webpack && ./build.sh",
|
2017-01-26 18:56:20 +13:00
|
|
|
"prod": "NODE_ENV=production webpack && ./build.sh",
|
2017-02-03 08:15:55 +13:00
|
|
|
"release": "NODE_ENV=production webpack && NODE_ENV=development webpack && ./build.sh && python setup.py sdist upload -r pypi"
|
2017-01-03 09:07:24 +13:00
|
|
|
}
|
|
|
|
|
}
|