1
|
{
|
2
|
"name": "fsevents",
|
3
|
"version": "1.2.12",
|
4
|
"description": "Native Access to Mac OS-X FSEvents",
|
5
|
"main": "fsevents.js",
|
6
|
"dependencies": {
|
7
|
"bindings": "^1.5.0",
|
8
|
"nan": "^2.12.1"
|
9
|
},
|
10
|
"os": [
|
11
|
"darwin"
|
12
|
],
|
13
|
"engines": {
|
14
|
"node": ">= 4.0"
|
15
|
},
|
16
|
"scripts": {
|
17
|
"test": "node ./test/fsevents.js && node ./test/function.js 2> /dev/null"
|
18
|
},
|
19
|
"repository": {
|
20
|
"type": "git",
|
21
|
"url": "https://github.com/strongloop/fsevents.git"
|
22
|
},
|
23
|
"keywords": [
|
24
|
"fsevents",
|
25
|
"mac"
|
26
|
],
|
27
|
"author": "Philipp Dunkel <pip@pipobscure.com>",
|
28
|
"license": "MIT",
|
29
|
"bugs": {
|
30
|
"url": "https://github.com/strongloop/fsevents/issues"
|
31
|
},
|
32
|
"bundledDependencies": [
|
33
|
"node-pre-gyp"
|
34
|
],
|
35
|
"homepage": "https://github.com/strongloop/fsevents"
|
36
|
}
|