2014-11-30 12:21:03 +00:00
|
|
|
{
|
2014-12-02 18:34:31 +00:00
|
|
|
"name": "match.audio",
|
2014-11-30 12:21:03 +00:00
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2014-12-01 12:53:23 +00:00
|
|
|
"start": "node ./bin/www",
|
2014-12-14 00:23:15 +00:00
|
|
|
"test": "./node_modules/mocha/bin/mocha test/**/*.js --timeout=10000",
|
2014-12-29 00:21:50 +00:00
|
|
|
"build": "browserify ./views/app.jsx | uglifyjs -cm 2>/dev/null > ./public/javascript/bundle.js",
|
2014-12-14 00:23:15 +00:00
|
|
|
"clean": "rm -f ./public/javascript/bundle.js"
|
2014-11-30 12:21:03 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2015-05-16 22:32:51 +01:00
|
|
|
"node": "0.12.x"
|
2014-11-30 12:21:03 +00:00
|
|
|
},
|
2014-12-14 00:23:15 +00:00
|
|
|
"browserify": {
|
|
|
|
"transform": [
|
|
|
|
[
|
|
|
|
"reactify",
|
|
|
|
{
|
|
|
|
"harmony": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
},
|
2014-11-30 12:21:03 +00:00
|
|
|
"dependencies": {
|
2014-12-23 11:41:13 +00:00
|
|
|
"bluebird": "^2.4.2",
|
|
|
|
"body-parser": "~1.10.0",
|
2014-12-23 00:50:45 +00:00
|
|
|
"browserify": "^7.0.0",
|
2014-12-14 00:23:15 +00:00
|
|
|
"compression": "^1.2.2",
|
2014-12-23 00:35:17 +00:00
|
|
|
"connect-browserify": "^3.2.1",
|
2014-12-29 00:21:50 +00:00
|
|
|
"connect-flash": "^0.1.1",
|
2014-11-30 12:21:03 +00:00
|
|
|
"cookie-parser": "~1.3.3",
|
2014-12-13 00:00:49 +00:00
|
|
|
"crypto-js": "^3.1.2-5",
|
2014-12-23 11:41:13 +00:00
|
|
|
"debug": "~2.1.0",
|
2014-12-29 00:21:50 +00:00
|
|
|
"envify": "^3.2.0",
|
2014-12-23 11:41:13 +00:00
|
|
|
"express": "~4.10.6",
|
2014-11-30 12:21:03 +00:00
|
|
|
"express-session": "^1.9.2",
|
2014-12-03 23:32:33 +00:00
|
|
|
"helmet": "^0.5.2",
|
2015-01-27 21:32:28 +00:00
|
|
|
"moment": "^2.9.0",
|
2014-12-23 11:41:13 +00:00
|
|
|
"morgan": "~1.5.0",
|
2014-12-14 00:23:15 +00:00
|
|
|
"node-jsx": "^0.12.4",
|
2014-12-13 00:00:49 +00:00
|
|
|
"node-uuid": "^1.4.2",
|
2015-06-02 22:06:51 -07:00
|
|
|
"playmusic": "^2.0.2",
|
2014-12-05 16:26:01 +00:00
|
|
|
"promised-mongo": "^0.11.1",
|
2014-12-01 11:53:25 +00:00
|
|
|
"rdio": "^1.5.2",
|
2014-12-14 00:23:15 +00:00
|
|
|
"react": "^0.12.1",
|
|
|
|
"react-google-analytics": "^0.2.0",
|
2014-12-22 22:38:08 +00:00
|
|
|
"react-router": "^0.11.6",
|
2014-12-23 00:50:45 +00:00
|
|
|
"reactify": "^0.17.1",
|
2014-12-23 11:41:13 +00:00
|
|
|
"serve-favicon": "~2.2.0",
|
2014-12-04 15:45:52 +00:00
|
|
|
"spotify": "^0.3.0",
|
2014-12-12 19:31:58 +00:00
|
|
|
"superagent": "^0.21.0",
|
2014-12-29 00:21:50 +00:00
|
|
|
"superagent-bluebird-promise": "^0.5.1",
|
|
|
|
"uglify-js": "^2.4.16"
|
2014-12-01 12:41:26 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2014-12-23 11:41:13 +00:00
|
|
|
"should": "^4.4.1",
|
2014-12-23 00:50:45 +00:00
|
|
|
"mocha": "^2.0.1"
|
2014-11-30 12:21:03 +00:00
|
|
|
}
|
|
|
|
}
|