node-fastapprox
Version:
Node addon for fastapprox library.
18 lines (17 loc) • 350 B
JSON
{
"name": "node-fastapprox",
"version": "0.0.1",
"description": "Node addon for fastapprox library.",
"main": "index.js",
"scripts": {
"test": "node test.js",
"install": "node-gyp rebuild"
},
"keywords": [
"Addons",
"Fastapprox"
],
"author": "MonKey Lee <monkey2000@github>",
"license": "MIT",
"gypfile": true
}