c7a40343 by Adam Heath

Start filling out the deps(grunt only atm).

1 parent a0ae3b93
.*.sw?
node_modules/
......
......@@ -9,5 +9,11 @@
},
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"grunt": "~0"
},
"devDependencies": {
"grunt": "~0"
}
}
......