UNPKG

cbor-sync

Version:

CBOR encode/decode (synchronous, semantic, browser-compatible)

42 lines (41 loc) 976 B
{ "name": "cbor-sync", "version": "1.0.4", "description": "CBOR encode/decode (synchronous, semantic, browser-compatible)", "homepage": "https://github.com/ARMmbed/cbor-sync", "bugs": "https://github.com/ARMmbed/cbor-sync/issues", "keywords": [ "cbor" ], "maintainers": [ { "name": "Geraint Luff", "email": "luffgd@gmail.com", "web": "https://github.com/geraintluff/" }, { "name": "Rob Moran", "email": "rob.moran@arm.com", "web": "https://github.com/thegecko/" } ], "main": "main.js", "scripts": { "test": "grunt mochaTest" }, "devDependencies": { "grunt-cli": "~0.1.9", "grunt": "~0.4.1", "chai": "~1.8.1", "grunt-mocha-test": "~0.7.0" }, "repository": { "type": "git", "url": "https://github.com/ARMmbed/cbor-sync.git" }, "license": { "type": "MIT", "url": "https://raw.github.com/ARMmbed/cbor-sync/master/LICENSE.txt" }, "dependencies": {} }