Remove Docker stuff for now
This commit is contained in:
parent
8d64bb5270
commit
f7bd32ab21
8 changed files with 13 additions and 48 deletions
|
@ -13,11 +13,11 @@
|
|||
"build-js": "babel -D -m system -d web/public/build -i web/public web/public/src",
|
||||
"build-sass": "node-sass -r -o web/public/styles/ web/public/styles/",
|
||||
"cover": "istanbul cover _mocha -- --require babel/register test/**/*.spec.js",
|
||||
"init": "babel-node init.js",
|
||||
"init": "babel-node -e \"require('./lib/storage')();\"",
|
||||
"jspm": "jspm install",
|
||||
"start": "npm run build && babel-node app.js",
|
||||
"test": "mongo hostr test/fixtures/mongo-user.js test/fixtures/mongo-file.js && mocha -r babel/register test/api test/web",
|
||||
"watch": "parallelshell \"npm run watch-js\" \"npm run watch-server\" \"npm run watch-sass\"",
|
||||
"watch": "parallelshell \"npm run watch-js\" \"npm run watch-sass\" \"npm run watch-server\"",
|
||||
"watch-js": "babel -Dw -m system -d web/public/build web/public/src",
|
||||
"watch-server": "nodemon -x \"babel-node\" app.js",
|
||||
"watch-sass": "node-sass -w -r -o web/public/styles/ web/public/styles/"
|
||||
|
@ -55,13 +55,11 @@
|
|||
"koa-websocket": "~1.0.0",
|
||||
"mandrill-api": "~1.0.45",
|
||||
"mime-types": "~2.1.5",
|
||||
"mkdirp": "~0.5.1",
|
||||
"moment": "~2.10.6",
|
||||
"mongodb-promisified": "~1.0.3",
|
||||
"node-sass": "~3.2.0",
|
||||
"node-uuid": "~1.4.3",
|
||||
"passwords": "~1.3.0",
|
||||
"pretty-error": "~1.2.0",
|
||||
"raven": "~0.8.1",
|
||||
"redis": "~0.12.1",
|
||||
"redis-url": "~1.2.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue