realm-js
Version:
22 lines (21 loc) • 372 B
JSON
{
"name": "realm-js",
"description": "initial",
"main": "index.js",
"authors": [
"Ivan.Orlov <ivan@morrr.com>"
],
"license": "ISC",
"homepage": "https://github.com/nchanged/realm-js",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"lodash": "^4.11.2"
}
}