forked from pbardov/node-atol-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 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
{
"name": "node-atol-wrapper",
"description": "Node ATOL DTO 10 wrapper",
"version": "0.0.14",
"main": "bindings.js",
"scripts": {
"build": "node-gyp build",
"install": "node-gyp rebuild",
"start": "node ./index.js"
},
"dependencies": {
"nan": "^2.10.0",
"node-pre-gyp": "^0.10.3"
},
"devDependencies": {},
"binary": {
"module_name": "node_atol_wrapper",
"module_path": "./build/Release/",
"host": "https://your_module.s3-us-west-1.amazonaws.com"
},
"engines": {
"node": ">= 4.0.0"
},
"homepage": "https://github.com/farafonov-alexey/node-atol-wrapper",
"keywords": [
"Node.js",
"wrapper",
"NAN",
"Атол ДТО 10"
],
"author": {
"name": "farafonov.alexey",
"url": "https://github.com/farafonov-alexey",
"email": "[email protected]"
},
"contributors": [
"maxvgi https://github.com/maxvgi"
],
"repository": {
"type": "git",
"url": "git://github.com/farafonov-alexey/node-atol-wrapper.git"
},
"license": "MIT"
}