forked from EvenAR/node-simconnect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 915 Bytes
/
package.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
{
"name": "node-simconnect",
"version": "1.4.1",
"description": "Wrapper for the SimConnect SDK for Flight Simulator X and Prepar3D (Windows only)",
"main": "index.js",
"scripts": {
"rebuild": "node-gyp configure rebuild --msvs_version=2015 --arch=ia32",
"install": "node scripts/install.js",
"start": "node examples/nodejs/example.js"
},
"author": "Even Arneberg Rognlien",
"license": "MIT",
"gypfile": false,
"dependencies": {
"nan": "^2.14.0"
},
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EvenAR/node-simconnect.git"
},
"keywords": [
"FSX",
"P3D",
"SDK",
"SimConnect",
"Prepar3D",
"FlightSimulator",
"Simulator"
],
"bugs": {
"url": "https://github.com/EvenAR/node-simconnect/issues"
},
"homepage": "https://github.com/EvenAR/node-simconnect#readme"
}