combine.fm/package.json
2016-01-10 16:30:01 +00:00

101 lines
3.6 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-core/register --require co-mocha test/**/*.js",
"start": "node -r babel-core/register app.js",
"test": "mocha --require co-mocha --compilers js:babel-core/register test/**/*.js --timeout=10000",
"watch": "parallelshell \"npm run watch-js\" \"npm run watch-server\"",
"watch-js": "babel -wd public/views views",
"watch-server": "nodemon -x \"node -r babel-core/register\" -e js,jsx -i public/ -i chrome/ app.js"
},
"engines": {
"node": "^5.0.0",
"npm": "^3.3.0"
},
"dependencies": {
"babel": "^6.1.18",
"babel-cli": "^6.3.13",
"babel-core": "^6.3.13",
"babel-plugin-syntax-jsx": "^6.3.13",
"babel-plugin-transform-es2015-arrow-functions": "^6.3.13",
"babel-plugin-transform-es2015-block-scoped-functions": "^6.1.18",
"babel-plugin-transform-es2015-block-scoping": "^6.1.18",
"babel-plugin-transform-es2015-classes": "^6.2.2",
"babel-plugin-transform-es2015-computed-properties": "^6.1.18",
"babel-plugin-transform-es2015-constants": "^6.1.4",
"babel-plugin-transform-es2015-destructuring": "^6.1.18",
"babel-plugin-transform-es2015-for-of": "^6.1.18",
"babel-plugin-transform-es2015-function-name": "^6.1.18",
"babel-plugin-transform-es2015-literals": "^6.1.18",
"babel-plugin-transform-es2015-modules-commonjs": "^6.2.0",
"babel-plugin-transform-es2015-object-super": "^6.1.18",
"babel-plugin-transform-es2015-parameters": "^6.1.18",
"babel-plugin-transform-es2015-shorthand-properties": "^6.1.18",
"babel-plugin-transform-es2015-spread": "^6.1.18",
"babel-plugin-transform-es2015-sticky-regex": "^6.1.18",
"babel-plugin-transform-es2015-template-literals": "^6.1.18",
"babel-plugin-transform-es2015-typeof-symbol": "^6.1.18",
"babel-plugin-transform-es2015-unicode-regex": "^6.1.18",
"babel-plugin-transform-react-jsx": "^6.2.0",
"bluebird": "~2.10.2",
"co": "~4.6.0",
"debug": "~2.2.0",
"history": "^1.12.3",
"jspm": "~0.16.20",
"kcors": "^1.0.1",
"koa": "~1.1.2",
"koa-bodyparser": "~2.0.1",
"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.2",
"moment": "~2.11.1",
"mongodb-promisified": "~1.0.2",
"node-uuid": "~1.4.2",
"playmusic": "~2.1.0",
"react": "~0.14.5",
"react-dom": "~0.14.5",
"react-google-analytics": "~0.2.0",
"react-router": "~1.0.0",
"spotify": "~0.3.0",
"superagent": "~1.6.1",
"superagent-bluebird-promise": "~2.1.1"
},
"devDependencies": {
"co-mocha": "~1.1.0",
"eslint": "~1.10.1",
"eslint-plugin-react": "~3.14.0",
"istanbul": "^0.4.0",
"mocha": "~2.3.0",
"nodemon": "~1.8.0",
"parallelshell": "~2.0.0",
"should": "~8.0.2"
},
"jspm": {
"directories": {
"baseURL": "public"
},
"dependencies": {
"history": "npm:history@^1.12.3",
"react": "npm:react@~0.14.5",
"react-dom": "npm:react-dom@~0.14.5",
"react-google-analytics": "npm:react-google-analytics@~0.2.0",
"react-router": "npm:react-router@~1.0.0",
"superagent": "npm:superagent@~1.2.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
},
"buildConfig": {
"minify": true,
"transpileES6": true
}
}
}