Publishable version, rename zetjs to @ndcode/zettair, add license to every file
[node_zettair.git] / package.json
index 2a5b032..9d5b27c 100644 (file)
@@ -1,11 +1,25 @@
 {
-  "name": "zetjs",
-  "version": "1.0.0",
-  "description": "Bindings to zettair search engine",
-  "main": "zetjs.js",
-  "directories": {
-    "doc": "doc"
+  "name": "@ndcode/zettair",
+  "version": "0.1.0",
+  "description": "Bindings to zettair search engine.",
+  "keywords": [
+    "Zettair",
+    "bindings",
+    "full-text search",
+    "search engine",
+    "text query",
+    "search ranking"
+  ],
+  "homepage": "https://www.ndcode.org",
+  "repository": {
+    "type": "git",
+    "url": "https://git.ndcode.org/public/node_zettair.git"
   },
+  "bugs": {
+    "email": "nick@ndcode.org"
+  },
+  "main": "build/release/zettair.node",
+  "directories": {},
   "dependencies": {
     "node-gyp": "^3.6.2"
   },
@@ -13,7 +27,7 @@
   "scripts": {
     "install": "node-gyp rebuild"
   },
-  "author": "Nick Downing",
-  "license": "GPL-3.0",
+  "author": "Nick Downing <nick@ndcode.org>",
+  "license": "MIT",
   "gypfile": true
 }