Finally finished giant ES6 refactor
This commit is contained in:
parent
c6d48cc424
commit
03e2666958
39 changed files with 553 additions and 635 deletions
12
package.json
12
package.json
|
@ -1,26 +1,24 @@
|
|||
{
|
||||
"name": "match.audio",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"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",
|
||||
"postinstall": "npm run build",
|
||||
"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": {
|
||||
"iojs": "^2.5.0",
|
||||
"iojs": "^3.1.0",
|
||||
"npm": "^3.3.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel": "~5.8.3",
|
||||
"babelify": "~6.1.3",
|
||||
"bluebird": "~2.9.34",
|
||||
"browserify": "~11.0.0",
|
||||
"co": "~4.6.0",
|
||||
"debug": "~2.2.0",
|
||||
"jspm": "~0.16.0",
|
||||
|
@ -39,7 +37,6 @@
|
|||
"react": "~0.13.3",
|
||||
"react-google-analytics": "~0.2.0",
|
||||
"react-router": "~0.13.3",
|
||||
"reactify": "~1.1.1",
|
||||
"spotify": "~0.3.0",
|
||||
"superagent": "~1.3.0",
|
||||
"superagent-bluebird-promise": "~2.0.2"
|
||||
|
@ -52,8 +49,7 @@
|
|||
"mocha": "~2.2.5",
|
||||
"nodemon": "~1.4.1",
|
||||
"parallelshell": "~2.0.0",
|
||||
"should": "~7.0.1",
|
||||
"spdy": "~2.0.4"
|
||||
"should": "~7.0.1"
|
||||
},
|
||||
"jspm": {
|
||||
"directories": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue