Integrated new pulse node with better process handling. Closes #80. Fixed...
Integrated new pulse node with better process handling. Closes #80. Fixed promisification bugs using fs-extra-as-promised. Closes #82. Fixed startup process regressions. Closes #83. Now saving data schema version in the database on account creation. Closes #84. Replaced Bluebird with Thrush. Closes #85.
... | ... | @@ -9,11 +9,10 @@ |
"author": "Aral Balkan", | ||
"license": "None yet, see LICENSE file for copyright information", | ||
"dependencies": { | ||
"bluebird": "2.3.2", | ||
"body-parser": "1.6.5", | ||
"coffee-script": "1.8.0", | ||
"express": "4.8.3", | ||
"fs-extra": "0.11.0", | ||
"fs-extra-as-promised": "2.0.0", | ||
"is-running": "1.0.5", | ||
"level-live-stream": "1.4.9", | ||
"level-manifest": "1.2.0", | ||
... | ... | @@ -34,7 +33,7 @@ |
"superagent": "0.18.2", | ||
"superagent-as-promised": "2.0.0", | ||
"tar.gz": "1.0.0", | ||
"thrush": "0.0.5", | ||
"thrush": "0.0.7", | ||
"winston": "1.0.0", | ||
"write-stream": "0.4.3", | ||
"ws": "https://github.com/aral/ws.git", | ||
... | ... |
Please register or sign in to comment