2015-11-17 13:13:40 -08:00
|
|
|
{
|
|
|
|
"name": "realm",
|
2016-02-21 19:19:55 -08:00
|
|
|
"description": "Realm is a mobile database: an alternative to SQLite and key-value stores",
|
2016-05-26 13:31:39 -07:00
|
|
|
"version": "0.13.2",
|
2016-02-18 16:23:54 -08:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"homepage": "https://realm.io",
|
|
|
|
"keywords": [
|
|
|
|
"database",
|
|
|
|
"db",
|
|
|
|
"react",
|
|
|
|
"react-native",
|
2016-02-18 17:16:14 -08:00
|
|
|
"persistence",
|
|
|
|
"localstorage",
|
|
|
|
"sqlite",
|
|
|
|
"asyncstorage",
|
|
|
|
"rocksdb",
|
|
|
|
"leveldb"
|
2016-02-18 16:23:54 -08:00
|
|
|
],
|
|
|
|
"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"
|
|
|
|
},
|
2015-11-17 13:13:40 -08:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"files": [
|
2016-02-10 02:03:33 +00:00
|
|
|
"android",
|
2015-11-17 13:13:40 -08:00
|
|
|
"lib",
|
|
|
|
"react-native",
|
|
|
|
"scripts",
|
|
|
|
"src",
|
2016-03-23 13:39:12 -07:00
|
|
|
"vendor"
|
2016-02-08 03:09:58 -08:00
|
|
|
],
|
|
|
|
"scripts": {
|
2016-02-16 22:26:35 -08:00
|
|
|
"get-version": "echo $npm_package_version",
|
|
|
|
"set-version": "scripts/set-version.sh",
|
2016-03-21 11:46:34 -07:00
|
|
|
"get-core-version": "scripts/download-core.sh --version",
|
2016-01-29 00:46:25 -08:00
|
|
|
"jsdoc": "rm -rf docs/output && jsdoc -c docs/conf.json",
|
2016-03-02 15:16:22 -08:00
|
|
|
"lint": "eslint",
|
2016-02-10 02:03:33 +00:00
|
|
|
"test": "scripts/test.sh",
|
2016-02-11 13:21:15 -08:00
|
|
|
"prepublish": "scripts/prepublish.sh"
|
2016-01-29 00:46:25 -08:00
|
|
|
},
|
2016-03-23 10:51:57 -07:00
|
|
|
"dependencies": {
|
2016-03-30 14:11:57 -07:00
|
|
|
"bindings": "^1.2.1",
|
2016-04-14 12:39:17 -07:00
|
|
|
"mockery": "^1.6.2",
|
2016-05-04 02:14:01 -07:00
|
|
|
"nan": "^2.3.3",
|
2016-03-30 14:11:57 -07:00
|
|
|
"node-gyp": "^3.3.1",
|
2016-05-02 01:41:37 -07:00
|
|
|
"rnpm": "1.6.5",
|
2016-03-23 10:51:57 -07:00
|
|
|
"xcode": "0.8.4"
|
|
|
|
},
|
2016-01-29 00:46:25 -08:00
|
|
|
"devDependencies": {
|
2016-05-20 16:16:52 -07:00
|
|
|
"babel-eslint": "^6.0.4",
|
|
|
|
"eslint": "^2.10.2",
|
|
|
|
"eslint-plugin-react": "^5.1.1",
|
2016-03-16 11:19:09 -07:00
|
|
|
"jsdoc": "^3.4.0",
|
|
|
|
"semver": "^5.1.0"
|
2016-02-18 16:23:54 -08:00
|
|
|
},
|
2016-03-23 10:51:57 -07:00
|
|
|
"rnpm": {
|
|
|
|
"commands": {
|
|
|
|
"postlink": "node_modules/realm/scripts/rnpm-postlink.js"
|
|
|
|
},
|
|
|
|
"ios": {
|
|
|
|
"project": "react-native/ios/RealmReact.xcodeproj"
|
|
|
|
}
|
|
|
|
},
|
2016-02-18 16:23:54 -08:00
|
|
|
"engines": {
|
|
|
|
"node": ">=4"
|
2016-02-08 03:09:58 -08:00
|
|
|
}
|
2015-11-17 13:13:40 -08:00
|
|
|
}
|