diff options
author | Teddy Wing | 2015-01-23 22:58:25 -0500 |
---|---|---|
committer | Teddy Wing | 2015-01-24 04:17:19 -0500 |
commit | f4f60fdccc582878021b764b8a746185da542a49 (patch) | |
tree | 32fdbb6699b26ce284a513963223690007550557 /vendor/assets/components/angular/package.json | |
parent | 4432d0b7d1d2ee43258c6147f0881af923d07312 (diff) | |
download | Notes-angular-demo-f4f60fdccc582878021b764b8a746185da542a49.tar.bz2 |
Create .bowerrc & bower.json, install Angular
Diffstat (limited to 'vendor/assets/components/angular/package.json')
-rw-r--r-- | vendor/assets/components/angular/package.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/vendor/assets/components/angular/package.json b/vendor/assets/components/angular/package.json new file mode 100644 index 0000000..a447b43 --- /dev/null +++ b/vendor/assets/components/angular/package.json @@ -0,0 +1,25 @@ +{ + "name": "angular", + "version": "1.3.10", + "description": "HTML enhanced for web apps", + "main": "angular.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/angular/angular.js.git" + }, + "keywords": [ + "angular", + "framework", + "browser", + "client-side" + ], + "author": "Angular Core Team <angular-core+npm@google.com>", + "license": "MIT", + "bugs": { + "url": "https://github.com/angular/angular.js/issues" + }, + "homepage": "http://angularjs.org" +} |