-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
39 lines (39 loc) · 910 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
38
39
{
"name": "node-open-protocol",
"version": "1.1.1",
"description": "A library to interface with Power Tools using the Atlas Copco Open Protocol",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "nyc --reporter=html --reporter=text --reporter=text-summary mocha --timeout=3000 test/**/**.spec.js",
"doc": "jsdoc -d docs/jsdoc/ -r -R README.md src/"
},
"repository": {
"type": "git",
"url": "https://github.com/netsmarttech/node-open-protocol"
},
"keywords": [
"hardware",
"ethernet",
"industrial",
"communication",
"controller",
"atlas-copco",
"power-focus",
"power-macs",
"stanley",
"desoutter",
"cleco",
"estic"
],
"author": "SmartTech",
"license": "GPL-3.0-or-later",
"devDependencies": {
"chai": "^4.2.0",
"jsdoc": "^3.6.6",
"mocha": "^8.2.0",
"nyc": "^15.1.0"
}
}