diff options
| author | Igor Minar | 2012-05-22 23:39:07 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-05-23 15:00:56 -0700 |
| commit | 5214c1d0cbd8473e1f5dd3894f1fcbecd89bc8af (patch) | |
| tree | 121ffc1f973e436007c4253e04fe1e27426fdd18 /package.json | |
| parent | 4511d39cc748288df70bdc258f98a8f36652e683 (diff) | |
| download | angular.js-5214c1d0cbd8473e1f5dd3894f1fcbecd89bc8af.tar.bz2 | |
chore(package.json): add simple package.json with npm dependencies
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 00000000..e9849fe2 --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "name": "AngularJS", + "version": "0.0.0", + "dependencies" : { + "jasmine-node" : "*", + "q-fs" : "*", + "qq" : "*" + } +} |
