loopback-component-model-fragments
Version:
Fragment your Loopback models into bite-sized pieces
37 lines (36 loc) • 936 B
JSON
{
"name": "loopback-component-model-fragments",
"version": "0.1.5",
"description": "Fragment your Loopback models into bite-sized pieces",
"main": "lib/model-fragments.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/doublemarked/loopback-component-model-fragments.git"
},
"keywords": [
"Loopback"
],
"author": "Heath Morrison <heath@govright.org> (http://govright.org)",
"contributors": [
{
"name": "Heath Morrison",
"email": "heath@govright.org"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/doublemarked/loopback-component-model-fragments/issues"
},
"homepage": "https://github.com/doublemarked/loopback-component-model-fragments#readme",
"dependencies": {
"app-root-path": "^1.0.0",
"lodash": "^4.11.1",
"require-all": "^2.0.0"
},
"devDependencies": {
"eslint": "^2.8.0"
}
}