mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-06 02:26:43 +00:00
Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.6.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v3.19.0...v6.6.0) Signed-off-by: dependabot[bot] <support@github.com>
32 lines
864 B
JSON
32 lines
864 B
JSON
{
|
|
"name": "functional-programming-jargons",
|
|
"version": "1.0.0",
|
|
"description": "Jargon from the functional programming world in simple terms!",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "eslint readme.md",
|
|
"toc": "roadmarks"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hemanth/functional-programming-jargon.git"
|
|
},
|
|
"author": "hemanth",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/hemanth/functional-programming-jargon/issues"
|
|
},
|
|
"homepage": "https://github.com/hemanth/functional-programming-jargon#readme",
|
|
"devDependencies": {
|
|
"eslint": "^6.6.0",
|
|
"eslint-config-standard": "^6.0.0",
|
|
"eslint-plugin-markdown": "^1.0.0-beta.6",
|
|
"eslint-plugin-standard": "^3.0.1",
|
|
"pre-commit": "^1.2.2",
|
|
"roadmarks": "^1.6.3"
|
|
},
|
|
"pre-commit": [
|
|
"test",
|
|
"toc"
|
|
]
|
|
}
|