mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-03-10 08:51:22 +00:00
38 lines
940 B
JSON
38 lines
940 B
JSON
{
|
|
"name": "webcomponents.js",
|
|
"version": "0.7.22",
|
|
"description": "webcomponents.js",
|
|
"main": "webcomponents.js",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/webcomponents/webcomponentsjs.git"
|
|
},
|
|
"author": "The Polymer Authors",
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/webcomponents/webcomponentsjs/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp build",
|
|
"test": "wct"
|
|
},
|
|
"homepage": "http://webcomponents.org",
|
|
"devDependencies": {
|
|
"bower": "^1.8.0",
|
|
"del": "^2.2.2",
|
|
"eslint": "^3.16.1",
|
|
"google-closure-compiler": "^20170218.0.0",
|
|
"gulp": "^3.8.8",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-sourcemaps": "^2.4.1",
|
|
"rollup-stream": "^1.14.0",
|
|
"run-sequence": "^1.2.2",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^1.1.0",
|
|
"web-component-tester": "^6.0.0-prerelease.5"
|
|
}
|
|
}
|