31 lines
723 B
JSON
31 lines
723 B
JSON
{
|
|
"name": "smartbrowser",
|
|
"version": "1.0.2",
|
|
"description": "wraps browser-sync",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "(npmts)"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@gitlab.com/pushrocks/smartbrowser.git"
|
|
},
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/pushrocks/smartbrowser/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/pushrocks/smartbrowser#README",
|
|
"dependencies": {
|
|
"@types/browser-sync": "0.0.34",
|
|
"browser-sync": "^2.18.8",
|
|
"smartq": "^1.1.1",
|
|
"typings-global": "^1.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"smartdelay": "^1.0.1",
|
|
"tapbundle": "^1.0.5"
|
|
}
|
|
}
|