c7a40343 by Adam Heath

Start filling out the deps(grunt only atm).

1 parent a0ae3b93
1 .*.sw? 1 .*.sw?
2
3 node_modules/
......
...@@ -9,5 +9,11 @@ ...@@ -9,5 +9,11 @@
9 }, 9 },
10 "engines": { 10 "engines": {
11 "node": ">=0.8.0" 11 "node": ">=0.8.0"
12 },
13 "dependencies": {
14 "grunt": "~0"
15 },
16 "devDependencies": {
17 "grunt": "~0"
12 } 18 }
13 } 19 }
......