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

Side by Side Diff: polymer_1.0.4/bower_components/hydrolysis/.bower.json

Issue 1205703007: Add polymer 1.0 to npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Renamed folder to 1.0.4 Created 5 years, 5 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": "hydrolysis",
3 "main": "hydrolysis.js",
4 "ignore": [
5 "lib/",
6 "examples/",
7 "demo/",
8 "test/",
9 ".gitignore",
10 "gulpfile.js",
11 "package.json"
12 ],
13 "repository": {
14 "type": "git",
15 "url": "git://github.com/Polymer/hydrolysis.git"
16 },
17 "devDependencies": {
18 "polymer": "Polymer/polymer#^0.9.0",
19 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
20 "web-component-tester": "*"
21 },
22 "version": "1.15.1",
23 "homepage": "https://github.com/Polymer/hydrolysis",
24 "_release": "1.15.1",
25 "_resolution": {
26 "type": "version",
27 "tag": "v1.15.1",
28 "commit": "ee5fe9ba6735e18e0358f7946045515ac9e29313"
29 },
30 "_source": "git://github.com/Polymer/hydrolysis.git",
31 "_target": "^1.11",
32 "_originalSource": "Polymer/hydrolysis"
33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698