Files
webcomponentsjs/package.json
Daniel Freedman f1e5fb8416 Add version task
Order tasks for version, builds, and auditing with run-sequence
Drop unique-concat
2014-10-16 11:36:47 -07:00

32 lines
792 B
JSON

{
"name": "webcomponents.js-dev",
"version": "0.5.0",
"description": "webcomponents.js-dev",
"main": "gulpfile.js",
"directories": {
"test": "tests"
},
"dependencies": {
"gulp": "^3.8.8",
"gulp-audit": "git://github.com/Polymer/gulp-audit#master",
"gulp-concat": "^2.4.1",
"gulp-header": "^1.1.1",
"gulp-uglify": "^1.0.1",
"run-sequence": "^1.0.1"
},
"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"
}