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