This repository has been archived by the owner on Jun 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.48 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "d3vice-xbee-gateway",
"version": "2.6.0",
"description": "Use XBee based wireless DooM D3vices with https://github.com/doomsquadairsoft/controlpointer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node gateway",
"idgen": "node generateNI",
"dev": "npx supervisor -k -t -w . --extensions 'node,js,.env,json' gateway"
},
"repository": {
"type": "git",
"url": "git+https://github.com/doomsquadairsoft/d3vice-xbee-gateway.git"
},
"keywords": [
"doomsquadairsoft"
],
"author": "Chris Grimmett <chris@grimtech.net>",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/doomsquadairsoft/d3vice-xbee-gateway/issues"
},
"homepage": "https://github.com/doomsquadairsoft/d3vice-xbee-gateway#readme",
"dependencies": {
"@feathersjs/feathers": "^3.3.1",
"@feathersjs/socketio-client": "^1.2.1",
"blessed": "^0.1.81",
"bluebird": "^3.5.3",
"chalk": "^2.4.2",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"moment": "^2.24.0",
"nedb": "^1.8.0",
"ramda": "^0.26.1",
"rx": "^4.1.0",
"serialport": "^7.1.4",
"socket.io-client": "^2.2.0",
"valid-url": "^1.0.9",
"validate.js": "^0.12.0",
"xbee-api": "^0.6.0",
"xbee-rx": "^4.0.1"
},
"engines": {
"node": "^8.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"faker": "^4.1.0"
}
}