Files
node-similarity-search-native/package.json

24 lines
461 B
JSON

{
"name": "similarity-search",
"version": "1.0.1",
"description": "A Node.js module for word order independent string similarity search",
"main": "index.js",
"scripts": {
"install": "node-gyp rebuild",
"test": "node test.js"
},
"keywords": [
"search",
"similarity",
"string",
"fuzzy"
],
"author": "",
"license": "MIT",
"dependencies": {
"nan": "^2.22.2",
"node-addon-api": "^6.0.0"
},
"gypfile": true
}