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

Unified Diff: third_party/web-animations-js/sources/package.json

Issue 917523002: Pull web-animations-js into third-party via the third_party/polymer/reproduce.sh script. Add necess… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove .travis-setup.sh and make a note in README.chromium. 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 side-by-side diff with in-line comments
Download patch
Index: third_party/web-animations-js/sources/package.json
diff --git a/third_party/web-animations-js/sources/package.json b/third_party/web-animations-js/sources/package.json
new file mode 100644
index 0000000000000000000000000000000000000000..b579b79d6c03b6182235047bf146ca38a49001df
--- /dev/null
+++ b/third_party/web-animations-js/sources/package.json
@@ -0,0 +1,33 @@
+{
+ "name": "web-animations-js",
+ "private": true,
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/web-animations/web-animations-js.git"
+ },
+ "devDependencies": {
+ "mocha": "1.21.4",
+ "chai": "^1.9.1",
+ "grunt": "~0.4.5",
+ "grunt-contrib-uglify": "^0.4.0",
+ "grunt-gjslint": "^0.1.4",
+ "grunt-karma": "^0.8.2",
+ "karma": "^0.12.14",
+ "karma-mocha": "^0.1.3",
+ "karma-chai": "^0.1.0",
+ "karma-chrome-launcher": "~0.1.4",
+ "karma-firefox-launcher": "~0.1.3",
+ "karma-ie-launcher": "~0.1.5",
+ "karma-safari-launcher": "~0.1.1",
+ "karma-sauce-launcher": "~0.2.3",
+ "grunt-checkrepo": "~0.1.0",
+ "grunt-saucelabs": "~4.0.2",
+ "grunt-checkrepo": "~0.1.0",
+ "grunt-git-status": "~1.0.0",
+ "grunt-template": "~0.2.3",
+ "source-map": "~0.1.40"
+ },
+ "scripts": {
+ "test": "grunt test gjslint git-status checkrepo"
+ }
+}
« no previous file with comments | « third_party/web-animations-js/sources/README.md ('k') | third_party/web-animations-js/sources/src/animation.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698