combine.fm/package.json
2015-10-13 15:58:13 -07:00

70 lines
2 KiB
JSON

{
"name": "match.audio",
"version": "0.0.0",
"repository": "https://github.com/kudos/match.audio",
"license": "MIT",
"scripts": {
"build": "babel -d public/views views",
"cover": "istanbul cover _mocha -- --require babel/register --require co-mocha test/**/*.js",
"start": "babel-node app.js",
"test": "mocha --require co-mocha --compilers js:babel/register test/**/*.js --timeout=10000",
"watch": "parallelshell \"npm run watch-js\" \"npm run watch-server\"",
"watch-js": "babel --modules system -wd public/views views",
"watch-server": "nodemon -x \"babel-node\" -e js,jsx -i public/ app.js"
},
"engines": {
"node": "^4.2.0",
"npm": "^3.3.0"
},
"dependencies": {
"babel": "~5.8.3",
"bluebird": "~2.10.2",
"co": "~4.6.0",
"debug": "~2.2.0",
"jspm": "~0.16.0",
"koa": "~1.0.0",
"koa-bodyparser": "~2.0.0",
"koa-compress": "~1.0.8",
"koa-favicon": "~1.2.0",
"koa-file-server": "~2.3.1",
"koa-logger": "~1.3.0",
"koa-route": "~2.4.0",
"moment": "~2.10.3",
"mongodb-promisified": "~1.0.2",
"node-uuid": "~1.4.2",
"playmusic": "~2.0.3",
"rdio": "^3.1.0",
"react": "~0.13.3",
"react-google-analytics": "~0.2.0",
"react-router": "~0.13.3",
"spotify": "~0.3.0",
"superagent": "~1.4.0",
"superagent-bluebird-promise": "~2.1.0"
},
"devDependencies": {
"co-mocha": "~1.1.0",
"eslint": "~1.3.0",
"eslint-plugin-react": "~3.3.0",
"istanbul": "^0.3.17",
"mocha": "~2.3.0",
"nodemon": "~1.7.1",
"parallelshell": "~2.0.0",
"should": "~7.1.0"
},
"jspm": {
"directories": {
"baseURL": "public"
},
"dependencies": {
"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"
},
"devDependencies": {},
"buildConfig": {
"minify": true,
"transpileES6": true
}
}
}