mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-03-10 08:51:22 +00:00
30 lines
700 B
JSON
30 lines
700 B
JSON
{
|
|
"name": "webcomponents.js-dev",
|
|
"version": "0.0.0",
|
|
"description": "webcomponents.js-dev",
|
|
"main": "gulpfile.js",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"dependencies": {
|
|
"gulp": "^3.8.8",
|
|
"gulp-concat": "^2.4.1",
|
|
"gulp-uglify": "^1.0.1",
|
|
"unique-concat": "^0.2.2"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Polymer/webcomponents.js-dev.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Polymer/webcomponents.js-dev/issues"
|
|
},
|
|
"homepage": "https://github.com/Polymer/webcomponents.js-dev"
|
|
}
|