-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
29 lines (29 loc) · 922 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
{
"author": "EpicVoyage <[email protected]>",
"dependencies": {
"usb": "^1.7.1"
},
"description": "Communicate with the Ambient Weather WS-3000 via USB",
"devDependencies": {
"chai": "^4.3.4",
"console-stamp": "^3.0.2",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-i18n": "^1.2.3",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0",
"mocha": "^8.4.0",
"nyc": "^14.1.1",
"sinon": "^5.1.0",
"xunit-file": "^1.0.0"
},
"license": "MIT",
"main": "ambientweather-ws3000.js",
"name": "ambientweather-ws3000",
"scripts": {
"test": "./node_modules/.bin/nyc --reporter=html --reporter=text ./node_modules/.bin/mocha test"
},
"version": "1.0.0"
}