Files
webcomponentsjs/package.json
2014-10-13 17:06:18 -07:00

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"
}