base-cwd
Version:
Base plugin that adds a getter/setter for the current working directory.
74 lines (73 loc) • 1.37 kB
JSON
{
"name": "base-cwd",
"description": "Base plugin that adds a getter/setter for the current working directory.",
"version": "0.3.4",
"homepage": "https://github.com/node-base/base-cwd",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "node-base/base-cwd",
"bugs": {
"url": "https://github.com/node-base/base-cwd/issues"
},
"license": "MIT",
"files": [
"index.js",
"LICENSE",
"README.md"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"empty-dir": "^0.2.0",
"find-pkg": "^0.1.2",
"is-valid-app": "^0.2.0"
},
"devDependencies": {
"base": "^0.11.0",
"gulp-format-md": "^0.1.9",
"mocha": "^2.5.3"
},
"keywords": [
"api",
"app",
"application",
"base",
"baseplugin",
"building-blocks",
"create",
"cwd",
"framework",
"plugin",
"plugins",
"tool",
"toolkit",
"tools"
],
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"base",
"base-option",
"base-pipeline",
"base-plugins",
"base-task"
]
},
"reflinks": [
"verb",
"verb-readme-generator"
]
}
}