36 lines
873 B
JSON
36 lines
873 B
JSON
{
|
|
"name": "smartchok",
|
|
"version": "1.0.6",
|
|
"description": "smart wrapper for chokidar",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "(npm run prepareTest && npmts)",
|
|
"prepareTest": "(rm -f ./test/assets/hi.txt)"
|
|
},
|
|
"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": {
|
|
"@types/chokidar": "^1.6.0",
|
|
"@types/q": "x.x.x",
|
|
"chokidar": "^1.6.1",
|
|
"lik": "^1.0.30",
|
|
"q": "^1.5.0",
|
|
"rxjs": "^5.3.0",
|
|
"smartipc": "^1.0.9",
|
|
"typings-global": "^1.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"smartfile": "^4.1.9",
|
|
"tapbundle": "^1.0.5"
|
|
}
|
|
}
|