-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.max.json
52 lines (52 loc) · 1.19 KB
/
package.max.json
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
44
45
46
47
48
49
50
51
52
{
"name": "nicc",
"version": "0.1.0",
"description": "Native internet connection check.",
"keywords": [
"nodejs",
"node",
"javascript",
"js",
"n-api",
"windows-only"
],
"homepage": "https://github.com/AlexAnimateMp4/nicc#readme",
"bugs": {
"url": "https://github.com/AlexAnimateMp4/nicc/issues"
},
"license": "MPL-2.0",
"author": {
"name": "Alex Animate Mp4",
"email": "contact@alexanimatemp4.me",
"url": "http://alexanimatemp4.me"
},
"contributors": [],
"files": [
".gitignore",
".npmignore",
"addon.cc",
"addon.min.cc",
"binding.gyp",
"binding.max.gyp",
"CHANGELOG.md",
"index.js",
"index.min.js",
"LICENSE.md",
"package.json",
"package.max.json",
"README.md"
],
"main": "index.min.js",
"repository": {
"type": "git",
"url": "https://github.com/AlexAnimateMp4/nicc.git"
},
"scripts": {
"install": "node-gyp rebuild --release"
},
"dependencies": {
"node-addon-api": "*"
},
"os" : [ "win32" ],
"gypfile": true
}