realm-js/package.json

60 lines
1.3 KiB
JSON
Raw Normal View History

{
"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-16 20:15:22 +00:00
"version": "0.11.0-rc",
"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"
],
"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",
"lint": "eslint",
"test": "scripts/test.sh",
"prepublish": "scripts/prepublish.sh"
},
"devDependencies": {
"babel-eslint": "^6.0.0-beta.6",
"eslint": "^2.4.0",
"eslint-plugin-react": "^4.2.3",
"jsdoc": "^3.4.0",
"semver": "^5.1.0"
},
"engines": {
"node": ">=4"
}
}