crave
Version:
Structure a node project your way with the ability to require models, controllers, or any file dynamically.
45 lines (44 loc) • 1.07 kB
JSON
{
"author": {
"name": "Scott Smereka"
},
"bugs": {
"url": "http://github.com/ssmereka/crave/issues"
},
"contributors": [],
"dependencies": {
"mkdirp": "~0.5.1"
},
"description": "Structure a node project your way with the ability to require models, controllers, or any file dynamically.",
"devDependencies": {
"codecov.io": "~0.1.6",
"istanbul": "~0.4.2",
"lodash": "~4.2.0",
"mocha": "~2.4.5",
"should": "~8.2.1"
},
"engines": {
"node": ">=4.2.6"
},
"homepage": "https://github.com/ssmereka/crave#readme",
"keywords": [
"load",
"require",
"dynamic",
"controller",
"model"
],
"license": "MIT",
"main": "./libs",
"name": "crave",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/ssmereka/crave.git"
},
"scripts": {
"test": "mocha",
"test-travis": "istanbul cover -x '**_test.js' -x '**_data.js' -x '**/test.js' -x '**/dataManager/**' ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec"
},
"version": "0.0.16"
}