diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/package.json b/package.json index 9a3e9796..2398c921 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,17 @@ { "name": "AngularJS", "version": "0.0.0", - "dependencies" : { - "testacular" : "0.5.9", - "jasmine-node" : "1.2.3", - "q-fs" : "0.1.36", - "qq" : "0.3.5" + "dependencies": { + "testacular": "0.5.9", + "jasmine-node": "1.2.3", + "q-fs": "0.1.36", + "qq": "0.3.5", + "grunt": "0.4.0", + "grunt-contrib-clean": "0.4.0", + "grunt-contrib-copy": "0.4.0", + "grunt-contrib-connect": "0.1.2", + "grunt-contrib-compress": "0.4.1", + "shelljs": "0.1.2", + "yaml-js": "0.0.5" } } |
