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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "javascript-api-utils",
3 "version": "0.2.0",
4 "description": "A collection of utility modules built on top of the gapi clien t library.",
5 "scripts": {
6 "test": "make"
7 },
8 "repository": {
9 "type": "git",
10 "url": "git://github.com/googleanalytics/javascript-api-utils.git"
11 },
12 "keywords": [
13 "analytics",
14 "utilities",
15 "gapi",
16 "google"
17 ],
18 "author": "philipwalton",
19 "license": "Apache2",
20 "bugs": {
21 "url": "https://github.com/googleanalytics/javascript-api-utils/issues"
22 },
23 "homepage": "https://github.com/googleanalytics/javascript-api-utils",
24 "devDependencies": {
25 "browserify": "^6.0.3",
26 "jshint": "^2.5.6",
27 "mocha": "^1.21.4",
28 "mout": "^0.11.0",
29 "native-promise-only": "^0.7.6-a",
30 "sinon": "^1.10.3",
31 "uglify-js": "^2.4.15"
32 }
33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698