-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 840 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 840 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": "barnowl-libnfc",
"homepage": "https://github.com/reelyactive/barnowl-libnfc/",
"author": "reelyActive <webdev@reelyactive.com>",
"description": "Interface libnfc to barnowl open source software. We believe in an open Internet of Things.",
"keywords": [
"reelyActive",
"barnowl",
"libnfc",
"NFC"
],
"version": "0.1.0",
"engines": {
"node": ">=6.0.0"
},
"main": "./lib/barnowllibnfc.js",
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/barnowl-libnfc.git"
},
"dependencies": {
"advlib-identifier": ">=0.1.0",
"raddec": ">=0.2.0"
},
"devDependencies": {
"mocha": "^6.0.0"
},
"bugs": {
"url": "https://github.com/reelyactive/barnowl-libnfc/issues"
},
"contributors": [
{ "name": "Jeffrey Dungen" }
],
"license": "MIT"
}