UNPKG

1.02 kBJSONView Raw
1{
2 "name": "chokidar-socket-emitter",
3 "version": "0.5.2",
4 "description": "socket.io server emitting changes on filesystem",
5 "main": "server.js",
6 "bin": "cli.js",
7 "scripts": {
8 "precommit": "npm test",
9 "pretest": "node_modules/.bin/standard",
10 "test": "node run-tests"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/capaj/chokidar-socket-emitter.git"
15 },
16 "engineStrict": true,
17 "engines": {
18 "node": ">=4"
19 },
20 "author": "capajj@gmail.com",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/capaj/chokidar-socket-emitter/issues"
24 },
25 "homepage": "https://github.com/capaj/chokidar-socket-emitter#readme",
26 "dependencies": {
27 "chokidar": "^1.4.2",
28 "commander": "^2.9.0",
29 "socket.io": "^1.4.5"
30 },
31 "devDependencies": {
32 "chai": "^3.3.0",
33 "husky": "^0.10.1",
34 "mocha": "^2.3.3",
35 "socket.io-client": "^1.4.5",
36 "standard": "^6.0.4"
37 },
38 "jspm": {
39 "directories": {
40 "baseURL": "test/nested-baseURL"
41 }
42 }
43}