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",
|
2015-08-20 23:22:57 +01:00
|
|
|
"repository": "https://github.com/kudos/match.audio",
|
|
|
|
"license": "MIT",
|
2014-11-30 12:21:03 +00:00
|
|
|
"scripts": {
|
2015-07-25 19:55:49 +01:00
|
|
|
"build": "babel -d public/views views",
|
2015-07-23 08:51:00 +01:00
|
|
|
"cover": "istanbul cover _mocha -- --require babel/register --require co-mocha test/**/*.js",
|
2015-08-20 00:32:28 +01:00
|
|
|
"start": "babel-node app.js",
|
2015-06-03 21:45:54 -07:00
|
|
|
"test": "mocha --require co-mocha --compilers js:babel/register test/**/*.js --timeout=10000",
|
2015-06-14 19:22:33 +01:00
|
|
|
"watch": "parallelshell \"npm run watch-js\" \"npm run watch-server\"",
|
2015-06-15 02:34:39 +01:00
|
|
|
"watch-js": "babel --modules system -wd public/views views",
|
2015-08-20 00:23:42 +01:00
|
|
|
"watch-server": "nodemon -x \"babel-node\" -e js,jsx -i public/ app.js"
|
2014-11-30 12:21:03 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2015-10-13 15:37:42 -07:00
|
|
|
"node": "^4.2.0",
|
2015-08-20 00:23:42 +01:00
|
|
|
"npm": "^3.3.0"
|
2014-11-30 12:21:03 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-07-25 19:55:13 +01:00
|
|
|
"babel": "~5.8.3",
|
2015-10-13 15:58:13 -07:00
|
|
|
"bluebird": "~2.10.2",
|
2015-07-23 08:51:00 +01:00
|
|
|
"co": "~4.6.0",
|
2015-07-25 19:55:13 +01:00
|
|
|
"debug": "~2.2.0",
|
2015-08-20 00:23:42 +01:00
|
|
|
"jspm": "~0.16.0",
|
2015-10-13 15:37:42 -07:00
|
|
|
"koa": "~1.0.0",
|
2015-07-23 08:51:00 +01:00
|
|
|
"koa-bodyparser": "~2.0.0",
|
|
|
|
"koa-compress": "~1.0.8",
|
|
|
|
"koa-favicon": "~1.2.0",
|
|
|
|
"koa-file-server": "~2.3.1",
|
2015-07-25 19:55:13 +01:00
|
|
|
"koa-logger": "~1.3.0",
|
2015-07-23 08:51:00 +01:00
|
|
|
"koa-route": "~2.4.0",
|
|
|
|
"moment": "~2.10.3",
|
|
|
|
"mongodb-promisified": "~1.0.2",
|
|
|
|
"node-uuid": "~1.4.2",
|
2015-10-13 15:37:42 -07:00
|
|
|
"playmusic": "~2.0.3",
|
2015-08-20 00:23:42 +01:00
|
|
|
"rdio": "^3.1.0",
|
2015-07-23 08:51:00 +01:00
|
|
|
"react": "~0.13.3",
|
|
|
|
"react-google-analytics": "~0.2.0",
|
|
|
|
"react-router": "~0.13.3",
|
|
|
|
"spotify": "~0.3.0",
|
2015-10-13 15:58:13 -07:00
|
|
|
"superagent": "~1.4.0",
|
2015-10-13 15:37:42 -07:00
|
|
|
"superagent-bluebird-promise": "~2.1.0"
|
2014-12-01 12:41:26 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-07-23 08:51:00 +01:00
|
|
|
"co-mocha": "~1.1.0",
|
2015-10-13 15:37:42 -07:00
|
|
|
"eslint": "~1.3.0",
|
|
|
|
"eslint-plugin-react": "~3.3.0",
|
2015-07-23 08:51:00 +01:00
|
|
|
"istanbul": "^0.3.17",
|
2015-10-13 15:37:42 -07:00
|
|
|
"mocha": "~2.3.0",
|
2015-10-13 15:58:13 -07:00
|
|
|
"nodemon": "~1.7.1",
|
2015-08-20 00:23:42 +01:00
|
|
|
"parallelshell": "~2.0.0",
|
2015-10-13 15:37:42 -07:00
|
|
|
"should": "~7.1.0"
|
2015-06-14 20:13:57 +01:00
|
|
|
},
|
|
|
|
"jspm": {
|
2015-07-25 19:55:13 +01:00
|
|
|
"directories": {
|
|
|
|
"baseURL": "public"
|
2015-06-14 20:13:57 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-07-23 08:51:00 +01:00
|
|
|
"react": "npm:react@~0.13.3",
|
|
|
|
"react-google-analytics": "npm:react-google-analytics@~0.2.0",
|
|
|
|
"react-router": "npm:react-router@~0.13.3",
|
|
|
|
"superagent": "npm:superagent@~1.2.0"
|
2015-06-14 20:13:57 +01:00
|
|
|
},
|
2015-06-16 01:39:58 +01:00
|
|
|
"devDependencies": {},
|
2015-07-25 19:55:13 +01:00
|
|
|
"buildConfig": {
|
|
|
|
"minify": true,
|
|
|
|
"transpileES6": true
|
2015-06-16 01:39:58 +01:00
|
|
|
}
|
2014-11-30 12:21:03 +00:00
|
|
|
}
|
|
|
|
}
|