mirror of
https://github.com/rjNemo/functional-programming-jargon
synced 2026-06-06 02:26:43 +00:00
26 lines
751 B
JSON
26 lines
751 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": "^3.4.0",
|
|
"eslint-config-standard": "^6.0.0",
|
|
"eslint-plugin-markdown": "^1.0.0-beta.2",
|
|
"roadmarks": "^1.6.3"
|
|
}
|
|
}
|