Index: polymer_1.0.4/bower_components/ga-api-utils/package.json |
diff --git a/polymer_1.0.4/bower_components/ga-api-utils/package.json b/polymer_1.0.4/bower_components/ga-api-utils/package.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..08581c77278b98c381c4e57720700c841b48ba1c |
--- /dev/null |
+++ b/polymer_1.0.4/bower_components/ga-api-utils/package.json |
@@ -0,0 +1,33 @@ |
+{ |
+ "name": "javascript-api-utils", |
+ "version": "0.2.0", |
+ "description": "A collection of utility modules built on top of the gapi client library.", |
+ "scripts": { |
+ "test": "make" |
+ }, |
+ "repository": { |
+ "type": "git", |
+ "url": "git://github.com/googleanalytics/javascript-api-utils.git" |
+ }, |
+ "keywords": [ |
+ "analytics", |
+ "utilities", |
+ "gapi", |
+ "google" |
+ ], |
+ "author": "philipwalton", |
+ "license": "Apache2", |
+ "bugs": { |
+ "url": "https://github.com/googleanalytics/javascript-api-utils/issues" |
+ }, |
+ "homepage": "https://github.com/googleanalytics/javascript-api-utils", |
+ "devDependencies": { |
+ "browserify": "^6.0.3", |
+ "jshint": "^2.5.6", |
+ "mocha": "^1.21.4", |
+ "mout": "^0.11.0", |
+ "native-promise-only": "^0.7.6-a", |
+ "sinon": "^1.10.3", |
+ "uglify-js": "^2.4.15" |
+ } |
+} |