34 lines
801 B
JSON
34 lines
801 B
JSON
{
|
|
"name": "smartbrowser",
|
|
"version": "1.0.1",
|
|
"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.32",
|
|
"@types/q": "0.0.30",
|
|
"browser-sync": "^2.16.0",
|
|
"q": "^1.4.1",
|
|
"typings-global": "^1.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@types/should": "^8.1.29",
|
|
"npmts-g": "^5.2.8",
|
|
"should": "^11.1.0",
|
|
"typings-test": "^1.0.3"
|
|
}
|
|
}
|