smartchok/package.json

36 lines
873 B
JSON
Raw Normal View History

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-04-09 14:51:33 +00:00
"@types/chokidar": "^1.6.0",
2016-11-18 23:36:48 +00:00
"@types/q": "x.x.x",
"chokidar": "^1.6.1",
2017-04-09 14:51:33 +00:00
"lik": "^1.0.30",
"q": "^1.5.0",
"rxjs": "^5.3.0",
"smartipc": "^1.0.9",
2016-09-22 14:33:44 +00:00
"typings-global": "^1.0.14"
},
"devDependencies": {
2017-04-09 14:51:33 +00:00
"smartfile": "^4.1.9",
"tapbundle": "^1.0.5"
2016-09-22 14:33:44 +00:00
}
}