UNPKG

gulp-debian

Version:
78 lines (77 loc) 1.87 kB
{ "name": "gulp-debian", "version": "0.3.2", "description": "Gulp plug-in to create a Debian package", "main": "index.js", "scripts": { "json2yaml": "gulp json2yaml", "test": "gulp deb-inline && gulp deb-json && gulp deb-yaml && gulp test", "dpkg-install": "gulp install" }, "repository": { "type": "git", "url": "git+https://github.com/stpettersens/gulp-debian.git" }, "keywords": [ "gulpplugin", "debian", "deb", "package" ], "author": "Sam Saint-Pettersen <s.stpettersen+github@gmail.com>", "contributors": [ { "name": "Oliver Skånberg-Tippen", "url": "https://github.com/oskanberg" }, { "name": "Olaf Radicke", "url": "https://github.com/OlafRadicke" }, { "name": "Míguel Ángel Mulero Martínez", "url": "https://github.com/McGiverGim" }, { "name": "Alexey Lukomsky", "url": "https://github.com/lucomsky" }, { "name": "haslinghuis", "url": "https://github.com/haslinghuis" }, { "name": "Dominic Clifton", "url": "https://github.com/hydra" }, { "name": "Gregory Marco", "url": "https://github.com/CatturaGreg" } ], "license": "MIT", "bugs": { "url": "https://github.com/stpettersens/gulp-debian/issues" }, "homepage": "https://github.com/stpettersens/gulp-debian#readme", "dependencies": { "find": "^0.2.8", "fs-extra": "^5.0.0", "gulp-util": "^3.0.8", "through2": "^2.0.1", "title-case": "^2.1.0" }, "devDependencies": { "chalk": "^2.3.0", "glob": "^7.1.1", "gulp": "^3.9.1", "gulp-data": "^1.2.1", "gulp-nodeunit-runner": "^0.2.2", "gulp-rimraf": "^0.2.0", "gulp-sequence": "^1.0.0", "gulp-standard": "^10.1.1", "gulp-wait": "0.0.2", "js-yaml": "^3.7.0", "shelljs": "^0.8.0" } }