mirror of
https://github.com/LukeHagar/yotocol.git
synced 2025-12-06 04:22:12 +00:00
25 lines
469 B
JSON
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"
|
|
}
|
|
}
|