genesis
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "similarity-search",
|
||||
"version": "1.0.0",
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user