"description":"base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.",
"devDependencies":{
"gulp":"^3.9.1",
"gulp-eslint":"^4.0.0",
"gulp-format-md":"^1.0.0",
"gulp-istanbul":"^1.1.2",
"gulp-mocha":"^3.0.1",
"helper-coverage":"^0.1.3",
"mocha":"^3.5.0",
"should":"^13.0.1",
"through2":"^2.0.3",
"verb-generate-readme":"^0.6.0"
},
"engines":{
"node":">=0.10.0"
},
"files":[
"index.js"
],
"homepage":"https://github.com/node-base/base",
"keywords":[
"base",
"boilerplate",
"cache",
"del",
"get",
"inherit",
"methods",
"set",
"starter",
"unset",
"visit"
],
"license":"MIT",
"main":"index.js",
"maintainers":[
{
"name":"Brian Woodward",
"url":"https://github.com/doowb"
},
{
"name":"Jon Schlinkert",
"url":"https://github.com/jonschlinkert"
}
],
"name":"base",
"repository":{
"type":"git",
"url":"git+https://github.com/node-base/base.git"
},
"scripts":{
"test":"mocha"
},
"verb":{
"run":true,
"toc":false,
"layout":"default",
"tasks":[
"readme"
],
"plugins":[
"gulp-format-md"
],
"helpers":[
"helper-coverage"
],
"related":{
"description":"There are a number of different plugins available for extending base. Let us know if you create your own!",