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

Side by Side Diff: pkg/shadow_dom/tool/package.json

Issue 158083002: introduce web_components pkg for consolidated polyfills (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "name": "ShadowDOM",
3 "version": "0.0.1",
4 "devDependencies": {
5 "mocha": ">=1.9",
6 "chai": "*",
7 "grunt": "*",
8 "grunt-contrib-concat": "*",
9 "grunt-contrib-uglify": "*",
10 "grunt-contrib-yuidoc": "~0.4.0",
11 "grunt-karma-0.9.1": "~0.4.3",
12 "karma-mocha": "*",
13 "karma-script-launcher": "*",
14 "karma-crbot-reporter": "*"
15 }
16 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698