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

Side by Side Diff: experimental/webtry/poly/package.json

Issue 688713002: delete webtry from main skia repo; it's been moved to buildbots (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « experimental/webtry/poly/bower.json ('k') | experimental/webtry/res/css/cm/codemirror.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "name": "polyfill",
3 "version": "0.0.1",
4 "description": "All the dependencies we need to run grunt and build our minifi ed polyfill JS library.",
5 "main": "polyfill.js",
6 "author": "jcgregorio@google.com",
7 "license": "MIT",
8 "devDependencies": {
9 "grunt": "~0.4.5",
10 "grunt-contrib-uglify": "~0.4.0",
11 "grunt-bower": "~0.13.1",
12 "grunt-contrib-concat": "~0.4.0",
13 "grunt-shell": "~0.7.0",
14 "grunt-contrib-copy": "~0.5.0",
15 "grunt-contrib-cssmin": "~0.9.0"
16 }
17 }
OLDNEW
« no previous file with comments | « experimental/webtry/poly/bower.json ('k') | experimental/webtry/res/css/cm/codemirror.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698