UNPKG

@mathquis/node-gist

Version:

Node binding for the Gist Audio Analysis Library

51 lines (50 loc) 1.61 kB
{ "name": "@mathquis/node-gist", "version": "1.0.3", "description": "Node binding for the Gist Audio Analysis Library", "main": "lib/index.js", "gypfile": true, "binary": { "module_name": "gist", "module_path": "./lib/binding/{configuration}/{node_abi}-{platform}-{arch}/", "package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}.tar.gz", "host": "https://github.com/mathquis/node-gist/releases/download/", "remote_path": "{version}" }, "scripts": { "preinstall": "npm install @mapbox/node-pre-gyp", "install": "node-pre-gyp install --fallback-to-build", "configure": "node-pre-gyp configure", "build": "npm run configure && node-pre-gyp build && npm test", "rebuild": "npm run configure && node-pre-gyp rebuild && npm test", "test": "node test/test.js", "publish": "node-pre-gyp configure && node-pre-gyp build && node-pre-gyp package && node-pre-gyp-github publish --release" }, "devDependencies": { "@mathquis/node-pre-gyp-github": "^1.0.0", "sound-parameters-extractor": "^1.4.0", "wavefile": "^11.0.0" }, "dependencies": { "@mapbox/node-pre-gyp": "^1.0.4", "node-addon-api": "^2.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/mathquis/node-gist.git" }, "keywords": [ "audio", "analysis", "library", "node", "binding", "mfcc" ], "author": "Mathieu \"Fastjack\" Quisefit", "license": "MIT", "bugs": { "url": "https://github.com/mathquis/node-gist/issues" }, "homepage": "https://github.com/mathquis/node-gist#readme" }