48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "@pushrocks/gulp-browser",
|
|
"version": "3.0.17",
|
|
"private": false,
|
|
"description": "browserify and other goodies for gulp",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "(tstest test/)",
|
|
"build": "(tsbuild)"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitlab.com/pushrocks/gulp-browser.git"
|
|
},
|
|
"keywords": [
|
|
"gulpplugin",
|
|
"browserify",
|
|
"browser",
|
|
"TypeScript",
|
|
"typed"
|
|
],
|
|
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/pushrocks/gulp-browser/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/pushrocks/gulp-browser",
|
|
"dependencies": {
|
|
"@pushrocks/smartpromise": "^2.0.5",
|
|
"@types/browserify": "^12.0.36",
|
|
"@types/through2": "^2.0.34",
|
|
"browserify": "^16.2.3",
|
|
"through2": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@gitzone/tsbuild": "^2.1.8",
|
|
"@gitzone/tstest": "^1.0.18",
|
|
"@pushrocks/gulp-function": "^3.0.1",
|
|
"@pushrocks/tapbundle": "^3.0.7",
|
|
"@types/gulp": "^4.0.5",
|
|
"babel-core": "^6.26.3",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babelify": "^10.0.0",
|
|
"gulp": "^4.0.0"
|
|
}
|
|
}
|