base-project
Version:
Base plugin that adds a `project` getter to the instance for getting the name of a project. Gets the project name for new (empty) projects, projects with only a .git repository, and/or projects with a package.json.
74 lines (73 loc) • 1.51 kB
JSON
{
"name": "base-project",
"description": "Base plugin that adds a `project` getter to the instance for getting the name of a project. Gets the project name for new (empty) projects, projects with only a .git repository, and/or projects with a package.json.",
"version": "0.2.1",
"homepage": "https://github.com/node-base/base-project",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "node-base/base-project",
"bugs": {
"url": "https://github.com/node-base/base-project/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"is-registered": "^0.1.3",
"is-valid-instance": "^0.1.0",
"project-name": "^0.2.5"
},
"devDependencies": {
"base": "^0.8.1",
"gulp-format-md": "^0.1.9",
"mocha": "^2.4.5"
},
"keywords": [
"base",
"base-plugin",
"baseplugin",
"create",
"empty",
"generator",
"init",
"name",
"plugin",
"project",
"repository"
],
"lintDeps": {
"ignore": []
},
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"base-cwd",
"base-data",
"base-option",
"base-pkg"
]
},
"reflinks": [
"verb"
],
"lint": {
"reflinks": true
}
}
}