Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(983)

Unified Diff: polymer_1.0.4/bower_components/ga-api-utils/package.json

Issue 1205703007: Add polymer 1.0 to npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Renamed folder to 1.0.4 Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698