uint64-native
Version:
Native UInt64 object for Nodejs
26 lines (25 loc) • 578 B
JSON
{
"name": "uint64-native",
"version": "0.1.1",
"description": "Native UInt64 object for Nodejs",
"homepage": "https://github.com/smilingthax/node-uint64-native",
"repository": {
"type": "git",
"url": "https://github.com/smilingthax/node-uint64-native"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node-gyp rebuild"
},
"author": "Tobias Hoffmann",
"license": "MIT",
"keywords": [
"Int64",
"UInt64"
],
"dependencies": {
"nan": "^2.2.1",
"node-gyp": "^3.3.1"
}
}