-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 966 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 966 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
36
37
38
39
40
41
42
{
"author": {
"email": "hiroya@cuc.ac.jp",
"name": "Hiroya Kubo"
},
"bugs": {
"url": "https://github.com/kubohiroya/node-libpafe/issues"
},
"dependencies": {},
"description": "a Node.js addon to access FeliCa using SONY PaSoRi(RC-S310,RC-S320,RC-S330)",
"devDependencies": {
"nan": "^2.15.0",
"node-gyp": "^4.0.0"
},
"engines": {
"node": ">=v10.0.0"
},
"main": "index.js",
"gitHead": "f456b74fd38b428b1c0c72a1e56a891938313b6c",
"gypfile": true,
"homepage": "https://github.com/kubohiroya/node-libpafe",
"install": "node-gyp rebuild",
"license": "GPL-2.0",
"name": "libpafe",
"keywords": [
"FeliCa",
"PaSoRi",
"RC-S310",
"RC-S320",
"RC-S330"
],
"optionalDependencies": {},
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/kubohiroya/node-libpafe.git"
},
"scripts": {
"install": "node-gyp rebuild"
},
"version": "0.5.0"
}