summaryrefslogtreecommitdiffstats
path: root/bower_components/angular/package.json
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2016-01-17 23:42:41 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2016-01-20 19:17:45 +0200
commit12d0175f42d873ee0005529f1398b5c2ad8ef392 (patch)
tree13eb9e19846ef34b7ec677706366a114d5ea56e2 /bower_components/angular/package.json
parent26c16063404cf7dcb46057200405528b543ea0e0 (diff)
Purkkaratkaisu angularbugille
Diffstat (limited to 'bower_components/angular/package.json')
-rw-r--r--bower_components/angular/package.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/bower_components/angular/package.json b/bower_components/angular/package.json
new file mode 100644
index 0000000..09f440e
--- /dev/null
+++ b/bower_components/angular/package.json
@@ -0,0 +1,25 @@
+{
+ "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"
+}