domotz-remote-pawn
Version:
Domotz Agent
22 lines (21 loc) • 731 B
JSON
{
"name": "buffer-more-ints",
"version": "0.0.2",
"author": "David Wragg <david@wragg.org>",
"description": "Add support for more integer widths to Buffer",
"homepage": "https://github.com/dpw/node-buffer-more-ints",
"repository": {
"type": "git",
"url": "https://github.com/dpw/node-buffer-more-ints.git"
},
"main": "buffer-more-ints.js",
"devDependencies": {
"nodeunit": ""
},
"scripts" : {
"test" : "node ./node_modules/nodeunit/bin/nodeunit buffer-more-ints-tests.js"
}
,"_resolved": "http://npm.domotz.com:4873/buffer-more-ints/-/buffer-more-ints-0.0.2.tgz"
,"_integrity": "sha1-JrOIXRD6E9t/wBquOquHAZngEkw="
,"_from": "buffer-more-ints@0.0.2"
}