-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
45 lines (45 loc) · 1.05 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
{
"name": "node-atol-wrapper",
"description": "Node ATOL DTO 10 wrapper",
"version": "0.0.26",
"main": "bindings.js",
"types": "bindings.d.ts",
"scripts": {
"build": "node-gyp build",
"install": "node-gyp rebuild",
"start": "node ./index.js"
},
"dependencies": {
"nan": "^2.14.2",
"@mapbox/node-pre-gyp": "^1.0.9"
},
"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"
}