diff options
| author | Chirayu Krishnappa | 2013-03-08 15:37:56 -0800 |
|---|---|---|
| committer | Chirayu Krishnappa | 2013-03-20 16:19:46 -0700 |
| commit | 23abb990f10270f7992429ef83f86b83c91f75ea (patch) | |
| tree | 7b86997100842a30c03b972710822afa6d2b526c /package.json | |
| parent | 0c72708a2bb123d2772f5c6b8cb6adc61f197a72 (diff) | |
| download | angular.js-23abb990f10270f7992429ef83f86b83c91f75ea.tar.bz2 | |
chore($ngLocale): refactor i18n closure slurper logic and parse extended datetime symbols
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/package.json b/package.json index 2398c921..4520475d 100644 --- a/package.json +++ b/package.json @@ -2,16 +2,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", "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", + "grunt-contrib-connect": "0.1.2", + "grunt-contrib-copy": "0.4.0", + "jasmine-node": "1.2.3", + "q": "~0.9.2", + "q-fs": "0.1.36", + "qq": "0.3.5", "shelljs": "0.1.2", + "testacular": "0.5.9", "yaml-js": "0.0.5" } } |
