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

Side by Side Diff: polymer_0.5.4/bower_components/web-animations-js/package.json

Issue 895523005: Added Polymer 0.5.4 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 10 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
1 { 1 {
2 "name": "web-animations-js", 2 "name": "web-animations-js",
3 "private": true, 3 "private": true,
4 "repository": { 4 "repository": {
5 "type": "git", 5 "type": "git",
6 "url": "https://github.com/web-animations/web-animations-js.git" 6 "url": "https://github.com/web-animations/web-animations-js.git"
7 }, 7 },
8 "devDependencies": { 8 "devDependencies": {
9 "mocha": "1.21.4", 9 "mocha": "1.21.4",
10 "chai": "^1.9.1", 10 "chai": "^1.9.1",
(...skipping 13 matching lines...) Expand all
24 "grunt-saucelabs": "~4.0.2", 24 "grunt-saucelabs": "~4.0.2",
25 "grunt-checkrepo": "~0.1.0", 25 "grunt-checkrepo": "~0.1.0",
26 "grunt-git-status": "~1.0.0", 26 "grunt-git-status": "~1.0.0",
27 "grunt-template": "~0.2.3", 27 "grunt-template": "~0.2.3",
28 "source-map": "~0.1.40" 28 "source-map": "~0.1.40"
29 }, 29 },
30 "scripts": { 30 "scripts": {
31 "test": "grunt test gjslint git-status checkrepo" 31 "test": "grunt test gjslint git-status checkrepo"
32 } 32 }
33 } 33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698