diff --git a/package.json b/package.json index 890c3f16..617891e3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,33 @@ { "name": "realm", - "version": "0.0.1", - "private": true, + "description": "Realm is a mobile database: an alternative to SQLite & key-value stores", + "version": "0.1.0", + "license": "Apache-2.0", + "homepage": "https://realm.io", + "keywords": [ + "database", + "db", + "react", + "react-native", + "persistence", + "localstorage", + "sqlite", + "asyncstorage", + "rocksdb", + "leveldb" + ], + "author": { + "name": "Realm", + "email": "help@realm.io", + "url": "https://realm.io" + }, + "repository": { + "type": "git", + "url": "https://github.com/realm/realm-js.git" + }, + "bugs": { + "url": "https://github.com/realm/realm-js/issues" + }, "main": "lib/index.js", "files": [ "android", @@ -21,5 +47,8 @@ }, "devDependencies": { "jsdoc": "^3.4.0" + }, + "engines": { + "node": ">=4" } }