2015-10-24 14:51:30 +00:00
|
|
|
{
|
2019-02-12 23:22:18 +00:00
|
|
|
"name": "@pushrocks/gulp-browser",
|
2019-02-12 23:24:14 +00:00
|
|
|
"version": "3.0.13",
|
2015-10-27 15:46:57 +00:00
|
|
|
"description": "browserify and other goodies for gulp",
|
2016-02-26 16:57:53 +00:00
|
|
|
"main": "dist/index.js",
|
2016-12-13 22:01:25 +00:00
|
|
|
"typings": "dist/index.d.ts",
|
2015-10-24 14:51:30 +00:00
|
|
|
"scripts": {
|
2019-02-12 23:22:18 +00:00
|
|
|
"test": "(tstest test/)",
|
|
|
|
"build": "(tsbuild)"
|
2015-10-24 14:51:30 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-06-03 17:32:32 +00:00
|
|
|
"url": "https://gitlab.com/pushrocks/gulp-browser.git"
|
2015-10-24 14:51:30 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
2016-01-24 23:42:11 +00:00
|
|
|
"gulpplugin",
|
2016-12-23 21:09:55 +00:00
|
|
|
"browserify",
|
|
|
|
"browser",
|
|
|
|
"TypeScript",
|
|
|
|
"typed"
|
2015-10-24 14:51:30 +00:00
|
|
|
],
|
|
|
|
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2016-06-03 17:32:32 +00:00
|
|
|
"url": "https://gitlab.com/pushrocks/gulp-browser/issues"
|
2015-10-24 14:51:30 +00:00
|
|
|
},
|
2016-06-03 17:32:32 +00:00
|
|
|
"homepage": "https://gitlab.com/pushrocks/gulp-browser",
|
2015-10-24 16:26:41 +00:00
|
|
|
"dependencies": {
|
2019-02-12 23:22:18 +00:00
|
|
|
"@pushrocks/smartpromise": "^2.0.5",
|
|
|
|
"@types/browserify": "^12.0.36",
|
|
|
|
"@types/through2": "^2.0.34",
|
|
|
|
"browserify": "^16.2.3",
|
|
|
|
"through2": "^3.0.0"
|
2015-10-24 16:26:41 +00:00
|
|
|
},
|
2015-10-24 14:51:30 +00:00
|
|
|
"devDependencies": {
|
2019-02-12 23:22:18 +00:00
|
|
|
"@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",
|
2017-07-07 16:32:37 +00:00
|
|
|
"babel-preset-es2015": "^6.24.1",
|
2019-02-12 23:22:18 +00:00
|
|
|
"babelify": "^10.0.0",
|
|
|
|
"gulp": "^4.0.0"
|
2019-02-12 23:24:14 +00:00
|
|
|
},
|
|
|
|
"private": true
|
2019-02-12 23:24:14 +00:00
|
|
|
}
|