Fix several bugs in the packaging, and tidy up a bit
[node_zettair.git] / package.json
1 {
2   "name": "@ndcode/zettair",
3   "version": "0.1.3",
4   "description": "Bindings to zettair search engine.",
5   "keywords": [
6     "Zettair",
7     "bindings",
8     "full-text search",
9     "search engine",
10     "text query",
11     "search ranking"
12   ],
13   "homepage": "https://www.ndcode.org",
14   "repository": {
15     "type": "git",
16     "url": "https://git.ndcode.org/public/node_zettair.git"
17   },
18   "bugs": {
19     "email": "nick@ndcode.org"
20   },
21   "main": "index.js",
22   "directories": {},
23   "dependencies": {
24     "node-gyp": "^3.6.2"
25   },
26   "devDependencies": {},
27   "scripts": {
28     "install": "node-gyp rebuild"
29   },
30   "author": "Nick Downing <nick@ndcode.org>",
31   "license": "MIT",
32   "gypfile": true
33 }