-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 736 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 736 Bytes
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
{
"name": "extplanejs",
"version": "0.1.4",
"description": "A JavaScript Client Library for NodeJs that uses the ExtPlane-Plugin",
"keywords": [
"xplane",
"x-plane",
"extplane",
"extplanejs"
],
"main": "ExtPlaneJs.js",
"scripts": {
"test": "mocha --reporter spec",
"start": "node ./example.js"
},
"author": "wadedos",
"repository": {
"type": "git",
"url": "https://github.com/wadeos/ExtPlaneJs"
},
"bugs": {
"url": "https://github.com/wadeos/ExtPlaneJs/issues"
},
"engines": {
"node": ">= 4.0.0"
},
"dependencies": {
"async": "^3.1.0",
"base-64": "^0.1.0"
},
"devDependencies": {
"assert": "^1.3.0",
"mocha": "^5.2.0"
},
"license": "MIT"
}