jellyfin-web/dashboard-ui/bower_components/webcomponentsjs/package.json

32 lines
737 B
JSON
Raw Normal View History

2015-06-09 21:01:14 -07:00
{
"name": "webcomponents.js",
2015-12-15 22:30:14 -07:00
"version": "0.7.20",
2015-06-09 21:01:14 -07:00
"description": "webcomponents.js",
"main": "webcomponents.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/webcomponents/webcomponentsjs.git"
},
"author": "The Polymer Authors",
2015-12-14 08:43:03 -07:00
"license": "BSD-3-Clause",
2015-06-09 21:01:14 -07:00
"bugs": {
"url": "https://github.com/webcomponents/webcomponentsjs/issues"
},
2015-12-15 22:30:14 -07:00
"scripts": {
"test": "wct"
},
2015-06-09 21:01:14 -07:00
"homepage": "http://webcomponents.org",
"devDependencies": {
"gulp": "^3.8.8",
"gulp-audit": "^1.0.0",
"gulp-concat": "^2.4.1",
"gulp-header": "^1.1.1",
"gulp-uglify": "^1.0.1",
"run-sequence": "^1.0.1",
2015-12-15 22:30:14 -07:00
"web-component-tester": "^4.0.1"
2015-06-09 21:01:14 -07:00
}
}