Reverting

This commit is contained in:
Mathew Kurian 2016-02-08 00:34:42 -06:00
parent f92f221123
commit e9f1788a6b

View file

@ -30,66 +30,66 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"async": "1.5.2",
"babel-runtime": "6.3.19",
"basic-auth": "1.0.3",
"body-parser": "1.14.2",
"brace": "0.7.0",
"callsite": "1.0.0",
"chalk": "1.1.1",
"cssify": "1.0.2",
"express": "4.0.0",
"express-session": "1.13.0",
"extend": "3.0.0",
"format-error": "1.0.0",
"install": "0.4.1",
"jade": "1.11.0",
"json-fn": "0.60.0",
"keymirror": "0.1.1",
"minimongo": "3.6.0",
"moment": "2.8.0",
"mongoose": "4.3.5",
"npm": "3.5.3",
"nw-builder": "2.2.0",
"on-finished": "2.3.0",
"rc": "1.1.6",
"react": "0.14.6",
"react-ace": "3.1.0",
"react-datepicker": "0.18.0",
"react-dom": "0.14.6",
"react-influx": "1.0.6",
"react-list": "0.7.11",
"async": "^1.5.2",
"babel-runtime": "^6.3.19",
"basic-auth": "^1.0.3",
"body-parser": "^1.14.2",
"brace": "^0.7.0",
"callsite": "^1.0.0",
"chalk": "^1.1.1",
"cssify": "^1.0.2",
"express": "^4.0.0",
"express-session": "^1.13.0",
"extend": "^3.0.0",
"format-error": "^1.0.0",
"install": "^0.4.1",
"jade": "^1.11.0",
"json-fn": "^0.60.0",
"keymirror": "^0.1.1",
"minimongo": "^3.6.0",
"moment": "^2.8.0",
"mongoose": "^4.3.5",
"npm": "^3.5.3",
"nw-builder": "^2.2.0",
"on-finished": "^2.3.0",
"rc": "^1.1.6",
"react": "^0.14.6",
"react-ace": "^3.1.0",
"react-datepicker": "^0.18.0",
"react-dom": "^0.14.6",
"react-influx": "^1.0.6",
"react-list": "^0.7.11",
"react-object-inspector": "0.1.6",
"react-prefixr": "0.1.0",
"react-spinkit": "1.1.4",
"react-prefixr": "^0.1.0",
"react-spinkit": "^1.1.4",
"socket.io": "1.4.3",
"strip-ansi": "3.0.0",
"superagent": "1.6.1",
"underscore": "1.8.3"
"strip-ansi": "^3.0.0",
"superagent": "^1.6.1",
"underscore": "^1.8.3"
},
"readmeFilename": "README.md",
"devDependencies": {
"autoprefixer": "6.3.1",
"babel-preset-react": "6.3.13",
"babelify": "7.2.0",
"cssify": "1.0.2",
"expect.js": "0.3.1",
"grunt": "0.4.5",
"grunt-babel": "6.0.0",
"grunt-browserify": "4.0.1",
"grunt-contrib-clean": "0.7.0",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-imagemin": "1.0.0",
"grunt-contrib-sass": "0.9.2",
"grunt-contrib-uglify": "0.11.0",
"grunt-contrib-watch": "0.6.1",
"grunt-postcss": "0.7.1",
"license-report": "1.0.8",
"load-grunt-tasks": "3.4.0",
"mocha": "2.3.4",
"time-grunt": "1.3.0",
"babel-plugin-transform-object-rest-spread": "6.3.13",
"babel-plugin-transform-runtime": "6.4.3",
"babel-preset-es2015": "6.3.13"
"autoprefixer": "^6.3.1",
"babel-preset-react": "^6.3.13",
"babelify": "^7.2.0",
"cssify": "^1.0.2",
"expect.js": "^0.3.1",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-browserify": "^4.0.1",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-postcss": "^0.7.1",
"license-report": "^1.0.8",
"load-grunt-tasks": "^3.4.0",
"mocha": "^2.3.4",
"time-grunt": "^1.3.0",
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-es2015": "^6.3.13"
}
}