Merge pull request #260 from realm/sk-package-json

Update package.json with stuff needed for npm
This commit is contained in:
Scott Kyle 2016-02-21 19:09:09 -08:00
commit fb97973f64
1 changed files with 31 additions and 2 deletions

View File

@ -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"
}
}