diff options
| author | Trotter Cashion | 2013-02-12 19:23:23 -0800 |
|---|---|---|
| committer | Misko Hevery | 2013-02-14 14:43:55 -0800 |
| commit | 6d70ff5c8d1e032ca7d29c48ca55882a64ca1487 (patch) | |
| tree | 845d3a21a68e04e9ca38db4bdad50713dce0fa17 /package.json | |
| parent | ace54ff08c4593195b49eadb04d258e6409d969e (diff) | |
| download | angular.js-6d70ff5c8d1e032ca7d29c48ca55882a64ca1487.tar.bz2 | |
chore(reakefile): auto install npm packages
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index b3833816..9a3e9796 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "name": "AngularJS", "version": "0.0.0", "dependencies" : { - "testacular" : "canary", - "jasmine-node" : "*", - "q-fs" : "*", - "qq" : "*" + "testacular" : "0.5.9", + "jasmine-node" : "1.2.3", + "q-fs" : "0.1.36", + "qq" : "0.3.5" } } |
