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

Side by Side Diff: appengine/config_service/ui/bower_components/webcomponentsjs/package.json

Issue 2923973003: Added base template for config ui. (Closed)
Patch Set: Created 3 years, 6 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": "@webcomponents/webcomponentsjs",
3 "version": "1.0.1",
4 "description": "Web Components Polyfills",
5 "main": "webcomponents-lite.js",
6 "directories": {
7 "test": "tests"
8 },
9 "keywords": [
10 "webcomponents",
11 "web-components",
12 "polyfill",
13 "shim"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/webcomponents/webcomponentsjs.git"
18 },
19 "author": "The Polymer Authors",
20 "license": "BSD-3-Clause",
21 "bugs": {
22 "url": "https://github.com/webcomponents/webcomponentsjs/issues"
23 },
24 "scripts": {
25 "build": "gulp",
26 "test": "wct"
27 },
28 "homepage": "https://webcomponents.org/polyfills",
29 "devDependencies": {
30 "@webcomponents/custom-elements": "^1.0.0",
31 "@webcomponents/html-imports": "^1.0.0",
32 "@webcomponents/shadycss": "^1.0.0",
33 "@webcomponents/shadydom": "^1.0.0",
34 "@webcomponents/template": "^1.0.0",
35 "@webcomponents/webcomponents-platform": "^1.0.0",
36 "babel-preset-babili": "0.0.12",
37 "bower": "^1.8.0",
38 "del": "^2.2.2",
39 "es6-promise": "^4.1.0",
40 "eslint": "^3.16.1",
41 "google-closure-compiler": "^20170409.0.0",
42 "gulp": "^3.8.8",
43 "gulp-rename": "^1.2.2",
44 "gulp-sourcemaps": "^2.4.1",
45 "rollup-plugin-babel": "^2.7.1",
46 "rollup-stream": "^1.14.0",
47 "run-sequence": "^1.2.2",
48 "vinyl-buffer": "^1.0.0",
49 "vinyl-source-stream": "^1.1.0",
50 "web-component-tester": "^6.0.0-prerelease.5"
51 },
52 "publishConfig": {
53 "access": "public"
54 }
55 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698