2016-09-22 14:33:44 +00:00
|
|
|
{
|
|
|
|
"name": "smartchok",
|
2018-02-28 23:17:37 +00:00
|
|
|
"version": "1.0.13",
|
2016-09-22 14:33:44 +00:00
|
|
|
"description": "smart wrapper for chokidar",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"scripts": {
|
2017-06-30 18:32:35 +00:00
|
|
|
"test": "(yarn run prepareTest && npmts)",
|
2016-09-22 14:36:46 +00:00
|
|
|
"prepareTest": "(rm -f ./test/assets/hi.txt)"
|
2016-09-22 14:33:44 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+ssh://git@gitlab.com/pushrocks/smartchok.git"
|
|
|
|
},
|
|
|
|
"author": "Lossless GmbH",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/pushrocks/smartchok/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://gitlab.com/pushrocks/smartchok#README",
|
|
|
|
"dependencies": {
|
2018-02-28 23:08:08 +00:00
|
|
|
"@types/chokidar": "^1.7.5",
|
|
|
|
"chokidar": "^2.0.2",
|
|
|
|
"lik": "^2.0.5",
|
|
|
|
"smartipc": "^1.0.11",
|
|
|
|
"smartq": "^1.1.6",
|
|
|
|
"smartrx": "^1.0.5"
|
2016-09-22 14:33:44 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-02-28 23:08:08 +00:00
|
|
|
"@types/node": "^9.4.6",
|
|
|
|
"smartfile": "^4.2.28",
|
|
|
|
"tapbundle": "^2.0.0"
|
2016-09-22 14:33:44 +00:00
|
|
|
}
|
|
|
|
}
|