mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-03-10 15:53:12 +00:00
38 lines
930 B
JSON
38 lines
930 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": {
|
|
"babel-preset-babili": "0.0.9",
|
|
"bower": "^1.8.0",
|
|
"del": "^2.2.2",
|
|
"gulp": "^3.8.8",
|
|
"gulp-babel": "^6.1.2",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-sourcemaps": "1.9.0",
|
|
"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.4"
|
|
}
|
|
}
|