cbor
Version:
Encode and parse CBOR documents.
59 lines (58 loc) • 1.3 kB
JSON
{
"name": "cbor",
"version": "0.3.3",
"description": "Encode and parse CBOR documents.",
"main": "./lib/cbor.js",
"repository": {
"type": "git",
"url": "http://github.com/hildjj/node-cbor.git"
},
"homepage": "http://hildjj.github.io/node-cbor/",
"directories": {
"lib": "lib"
},
"bin": {
"json2cbor": "./bin/json2cbor",
"cbor2json": "./bin/cbor2json"
},
"scripts": {
"test": "grunt test",
"ci": "grunt ci",
"prepublish": "grunt coffee"
},
"keywords": [
"coap",
"cbor",
"json"
],
"author": {
"name": "Joe Hildebrand",
"email": "joe-github@cursive.net"
},
"contributors": [
"Patrick Gansterer <paroga@paroga.com> (http://paroga.com/)"
],
"peerDependencies": {
"grunt-cli": "~0.1",
"nodeunit": "~0.8",
"istanbul": "~0.2"
},
"devDependencies": {
"grunt": "~0.4.3",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-nodeunit": "~0.3.2",
"grunt-coveralls": "~0.3.0",
"grunt-shell": "~0.6.4",
"temp": "~0.7.0",
"grunt-express": "^1.2.1",
"grunt-contrib-watch": "^0.5.3",
"matchdep": "^0.3.0",
"grunt-release": "^0.7.0"
},
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"async": "~0.2.9",
"bignumber.js": "~1.3.0"
}
}