Files
yotocol/node_modules/@taptrack/ndef/bower.json
2025-04-28 20:44:10 -05:00

25 lines
469 B
JSON

{
"name": "ndef",
"description": "Ndef message parsing and composition",
"main": [
"dist/ndef.js"
],
"authors": [
"TapTrack"
],
"license": "Apache-2.0",
"homepage": "",
"ignore": [
"**/.*",
"gulpfile.js",
"node_modules",
"bower_components",
"test",
"tests"
],
"repository": {
"type": "git",
"url": "git://github.com/TapTrack/NdefJS.git"
}
}