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

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

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 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": "web-animations-js",
3 "private": true,
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/web-animations/web-animations-js.git"
7 },
8 "devDependencies": {
9 "mocha": "1.21.4",
10 "chai": "^1.9.1",
11 "grunt": "~0.4.5",
12 "grunt-contrib-uglify": "^0.4.0",
13 "grunt-gjslint": "^0.1.4",
14 "grunt-karma": "^0.8.2",
15 "karma": "^0.12.14",
16 "karma-mocha": "^0.1.3",
17 "karma-chai": "^0.1.0",
18 "karma-chrome-launcher": "~0.1.4",
19 "karma-firefox-launcher": "~0.1.3",
20 "karma-ie-launcher": "~0.1.5",
21 "karma-safari-launcher": "~0.1.1",
22 "karma-sauce-launcher": "~0.2.3",
23 "grunt-checkrepo": "~0.1.0",
24 "grunt-saucelabs": "~4.0.2",
25 "grunt-checkrepo": "~0.1.0",
26 "grunt-git-status": "~1.0.0",
27 "grunt-template": "~0.2.3",
28 "source-map": "~0.1.40"
29 },
30 "scripts": {
31 "test": "grunt test gjslint git-status checkrepo"
32 }
33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698