UNPKG

eddystone-uid

Version:
33 lines (32 loc) 550 B
{ "name": "eddystone-uid", "version": "0.1.5", "description": "Eddystone UID convertor", "license": "MIT", "repository": "ragingwind/eddystone-uid", "author": { "name": "ragingwind", "email": "ragingwind@gmail.com", "url": "ragingwind.me" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "files": [ "index.js" ], "keywords": [ "eddystone", "UID", "eddystone UID" ], "dependencies": { "node-uuid": "^1.4.3" }, "devDependencies": { "mocha": "*" } }