{ "name": "gulp-browser", "version": "0.0.18", "description": "browserify and other goodies for gulp", "main": "index.js", "scripts": { "test": "(cd ts/compile && node compile.js) && (node test.js)", "reinstall": "(rm -r node_modules && npm install)", "release": "(git pull origin master && npm version patch && git push origin master && git checkout release && git merge master && git push origin release && git checkout master)", "update": "(git checkout master && git pull origin master && npm install)", "upgrade": "(npm run update) && (ncu upgradeAll && npm install)" }, "repository": { "type": "git", "url": "https://github.com/pushrocks/gulp-browser.git" }, "keywords": [ "json", "jade", "template" ], "author": "Smart Coordination GmbH (https://push.rocks)", "license": "MIT", "bugs": { "url": "https://github.com/pushrocks/gulp-browser/issues" }, "homepage": "https://github.com/pushrocks/gulp-browser", "dependencies": { "browserify": "12.0.1", "gulp-util": "3.0.7", "pushrocks": "1.0.24", "through2": "2.0.0" }, "devDependencies": { "beautylog": "1.0.6", "gulp": "3.9.0", "gulp-callfunction": "0.0.10", "gulp-typescript": "2.10.0" } }