Working version of machine

This commit is contained in:
Jeffrey Morgan
2015-02-26 20:14:43 -05:00
parent 25302cc1a9
commit b5bd6803d6
18 changed files with 172 additions and 196 deletions

View File

@@ -47,43 +47,43 @@
"virtualbox-checksum": "4a7dff25bdeef0d112e16ac11bee6d52e856d36bb412aa75576036ba560082eb",
"virtualbox-required-version": "4.3.0",
"dependencies": {
"ansi-to-html": "0.2.0",
"ansi-to-html": "0.3.0",
"async": "^0.9.0",
"bluebird": "^2.9.6",
"bluebird": "^2.9.12",
"bugsnag-js": "^2.4.7",
"dockerode": "^2.0.7",
"exec": "0.1.2",
"exec": "0.2.0",
"jquery": "^2.1.3",
"minimist": "^1.1.0",
"mixpanel": "0.0.20",
"node-uuid": "^1.4.2",
"object-assign": "^2.0.0",
"react": "^0.12.2",
"react-bootstrap": "^0.13.2",
"react-bootstrap": "^0.15.1",
"react-retina-image": "^1.1.2",
"react-router": "^0.11.6",
"react-router": "^0.12.4",
"request": "^2.53.0",
"request-progress": "^0.3.1",
"rimraf": "^2.2.8",
"underscore": "^1.7.0"
"underscore": "^1.8.2"
},
"devDependencies": {
"babel": "^4.0.1",
"gulp": "^3.8.10",
"babel": "^4.5.5",
"gulp": "^3.8.11",
"gulp-babel": "^4.0.0",
"gulp-changed": "^1.1.1",
"gulp-concat": "^2.3.4",
"gulp-concat": "^2.5.2",
"gulp-cssmin": "^0.1.6",
"gulp-download-atom-shell": "0.0.4",
"gulp-if": "^1.2.4",
"gulp-less": "^2.0.1",
"gulp-livereload": "^2.1.1",
"gulp-if": "^1.2.5",
"gulp-less": "^3.0.1",
"gulp-livereload": "^3.8.0",
"gulp-plumber": "^0.6.6",
"gulp-react": "^2.0.0",
"gulp-shell": "^0.2.11",
"gulp-sourcemaps": "^1.2.8",
"gulp-util": "^3.0.0",
"jest-cli": "^0.2.2",
"gulp-shell": "^0.3.0",
"gulp-sourcemaps": "^1.5.0",
"gulp-util": "^3.0.4",
"jest-cli": "^0.4.0",
"jsxhint": "^0.12.1",
"react-tools": "^0.12.2",
"run-sequence": "^1.0.2"