2016-09-22 14:33:44 +00:00
|
|
|
{
|
|
|
|
"name": "smartchok",
|
2017-02-15 21:00:59 +00:00
|
|
|
"version": "1.0.5",
|
2016-09-22 14:33:44 +00:00
|
|
|
"description": "smart wrapper for chokidar",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"scripts": {
|
|
|
|
"test": "(npm 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": {
|
2017-02-15 20:58:34 +00:00
|
|
|
"@types/chokidar": "^1.4.31",
|
2016-11-18 23:36:48 +00:00
|
|
|
"@types/q": "x.x.x",
|
|
|
|
"chokidar": "^1.6.1",
|
2017-02-15 20:58:34 +00:00
|
|
|
"lik": "^1.0.27",
|
2016-09-22 14:33:44 +00:00
|
|
|
"q": "^1.4.1",
|
2017-02-15 20:58:34 +00:00
|
|
|
"rxjs": "^5.1.1",
|
2016-09-22 14:33:44 +00:00
|
|
|
"typings-global": "^1.0.14"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/should": "^8.1.30",
|
2017-02-15 20:58:34 +00:00
|
|
|
"should": "^11.2.0",
|
|
|
|
"smartfile": "^4.1.5",
|
2016-09-22 14:33:44 +00:00
|
|
|
"typings-test": "^1.0.3"
|
|
|
|
}
|
|
|
|
}
|