smartbrowser/package.json

31 lines
723 B
JSON
Raw Normal View History

2016-09-19 18:00:19 +00:00
{
"name": "smartbrowser",
2017-04-09 14:05:27 +00:00
"version": "1.0.5",
2016-09-19 18:00:19 +00:00
"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": {
2017-04-09 10:35:53 +00:00
"@types/browser-sync": "0.0.34",
"browser-sync": "^2.18.8",
"smartq": "^1.1.1",
2016-09-19 18:00:19 +00:00
"typings-global": "^1.0.14"
},
"devDependencies": {
2017-04-09 10:35:53 +00:00
"smartdelay": "^1.0.1",
"tapbundle": "^1.0.5"
2016-09-19 18:00:19 +00:00
}
}