chokidar-socket-emitter
Version:
socket.io server emitting changes on filesystem
44 lines (43 loc) • 1 kB
JSON
{
"name": "chokidar-socket-emitter",
"version": "0.6.0",
"description": "socket.io server emitting changes on filesystem",
"main": "server.js",
"bin": "cli.js",
"scripts": {
"precommit": "npm test",
"pretest": "standard",
"test": "node run-tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/capaj/chokidar-socket-emitter.git"
},
"engineStrict": true,
"engines": {
"node": ">=4"
},
"author": "capajj@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/capaj/chokidar-socket-emitter/issues"
},
"homepage": "https://github.com/capaj/chokidar-socket-emitter#readme",
"dependencies": {
"chokidar": "^1.6.1",
"commander": "^2.9.0",
"socket.io": "^1.7.2"
},
"devDependencies": {
"chai": "^3.5.0",
"husky": "^0.13.1",
"mocha": "^3.2.0",
"socket.io-client": "^1.4.8",
"standard": "^8.6.0"
},
"jspm": {
"directories": {
"baseURL": "test/nested-baseURL"
}
}
}