55 lines
1.1 KiB
JSON
55 lines
1.1 KiB
JSON
{
|
|
"name": "realm",
|
|
"description": "Realm is a mobile database: an alternative to SQLite and key-value stores",
|
|
"version": "0.10.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",
|
|
"lib",
|
|
"react-native",
|
|
"scripts",
|
|
"src",
|
|
"vendor",
|
|
"RealmJS.xcodeproj"
|
|
],
|
|
"scripts": {
|
|
"get-version": "echo $npm_package_version",
|
|
"set-version": "scripts/set-version.sh",
|
|
"jsdoc": "rm -rf docs/output && jsdoc -c docs/conf.json",
|
|
"test": "scripts/test.sh",
|
|
"prepublish": "scripts/prepublish.sh"
|
|
},
|
|
"devDependencies": {
|
|
"jsdoc": "^3.4.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
}
|
|
}
|