Files
smartwatch/package.json

37 lines
908 B
JSON
Raw Normal View History

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