charlike
Version:
Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options
61 lines (60 loc) • 1.31 kB
JSON
{
"name": "eslint-config-standard",
"description": "JavaScript Standard Style - ESLint Shareable Config",
"version": "6.2.1",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
},
"bugs": {
"url": "https://github.com/feross/eslint-config-standard/issues"
},
"devDependencies": {
"eslint": "^3.8.1",
"eslint-plugin-promise": "^3.3.0",
"eslint-plugin-standard": "^2.0.0",
"tape": "^4.6.0"
},
"homepage": "https://github.com/feross/eslint-config-standard",
"keywords": [
"JavaScript Standard Style",
"check",
"checker",
"code",
"code checker",
"code linter",
"code standards",
"code style",
"enforce",
"eslint",
"eslintconfig",
"hint",
"jscs",
"jshint",
"lint",
"policy",
"quality",
"simple",
"standard",
"standard style",
"style",
"style checker",
"style linter",
"verify"
],
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"eslint": ">=3.8.1",
"eslint-plugin-promise": ">=3.3.0",
"eslint-plugin-standard": ">=2.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/feross/eslint-config-standard.git"
},
"scripts": {
"test": "tape test/*.js"
}
}