summaryrefslogtreecommitdiffstats
path: root/bower_components/angular/package.json
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2016-01-20 19:05:02 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2016-01-20 19:17:48 +0200
commit17b89099b36a63ed2854083cdb4cb06f47a41e14 (patch)
tree2db4ac8f2bafa8ff923b0080bbe400918ec7f6cd /bower_components/angular/package.json
parent09b2d3ba6bd282982b609ff84410e2bb0e2f9d49 (diff)
Refactor file structure
Diffstat (limited to 'bower_components/angular/package.json')
-rw-r--r--bower_components/angular/package.json25
1 files changed, 0 insertions, 25 deletions
diff --git a/bower_components/angular/package.json b/bower_components/angular/package.json
deleted file mode 100644
index 09f440e..0000000
--- a/bower_components/angular/package.json
+++ /dev/null
@@ -1,25 +0,0 @@
-{
- "name": "angular",
- "version": "1.4.8",
- "description": "HTML enhanced for web apps",
- "main": "index.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"
-}