Update dependencies

This commit is contained in:
John F
2015-04-08 19:26:07 -04:00
parent ae520c0a33
commit b66a91b1d4
2 changed files with 28 additions and 5 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"name": "flood",
"version": "0.0.0",
"homepage": "https://github.com/neatstreet/Flood",
"authors": [
"John F <john@neatstreet.net>"
],
"moduleType": [
"amd",
"node"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"inuit-box-sizing": "~0.2.0",
"inuit-mixins": "~0.2.3",
"inuit-functions": "~0.2.0",
"inuit-normalize": "~3.0.2",
"inuit-page": "~0.2.1",
"inuit-reset": "~0.1.1"
}
}
-5
View File
@@ -25,17 +25,12 @@
"devDependencies": {
"browser-sync": "^2.5.3",
"browserify": "^9.0.3",
"flux": "^2.0.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-sass": "^1.3.3",
"gulp-watch": "^4.2.1",
"keymirror": "^0.1.1",
"object-assign": "^2.0.0",
"react": "^0.13.1",
"reactify": "^1.1.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^2.6.2",
"xmldom": "^0.1.19"
}
}