Add Bower and Angular JS

This commit is contained in:
James Brooks
2014-11-24 21:25:57 +00:00
parent a2c65d0e03
commit be2c92524f
10 changed files with 26144 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "angular",
"version": "1.3.3",
"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"
}