forked from atom/node-pathwatcher
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.04 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"main": "./src/main",
"name": "@pulsar-edit/pathwatcher",
"description": "Watch files and directories for changes",
"version": "9.0.3",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/pulsar-edit/node-pathwatcher/raw/master/LICENSE.md"
}
],
"engines": {
"node": ">=20"
},
"repository": {
"type": "git",
"url": "https://github.com/pulsar-edit/node-pathwatcher.git"
},
"bugs": {
"url": "https://github.com/pulsar-edit/node-pathwatcher/issues"
},
"homepage": "https://github.com/pulsar-edit/node-pathwatcher/",
"scripts": {
"test": "node spec/run.js",
"test-context-safety": "node spec/context-safety.js",
"clean": "node scripts/clean.js"
},
"devDependencies": {
"jasmine": "^5.3.1",
"node-addon-api": "^8.1.0",
"rimraf": "~2.2.0",
"temp": "~0.9.0"
},
"dependencies": {
"async": "~0.2.10",
"emissary": "^1.3.2",
"event-kit": "^2.1.0",
"fs-plus": "^3.0.0",
"grim": "^2.0.1",
"iconv-lite": "~0.4.4",
"underscore-plus": "~1.x"
}
}