-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 847 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 847 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
{
"name": "cashcode-bv",
"version": "0.0.2",
"description": "Library for working with \"CashCode\" Bill Validator devices from Node.js app.",
"main": "Source/index.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha Tests/**/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Desionlab/node-cashcode-bv.git"
},
"keywords": [
"nodejs",
"serialport",
"promise",
"hardware",
"electron",
"cashcode",
"ccnet",
"bill-validator"
],
"author": "Desionlab <fenixphp@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Desionlab/node-cashcode-bv/issues"
},
"homepage": "https://github.com/Desionlab/node-cashcode-bv#readme",
"dependencies": {
"serialport": "latest"
},
"devDependencies": {
"mocha": "latest"
}
}