mirror of
https://github.com/idleberg/Creative-Commons-Markdown.git
synced 2025-04-21 23:02:22 +00:00
40 lines
924 B
JSON
40 lines
924 B
JSON
{
|
|
"name": "cc-md",
|
|
"version": "0.4.0",
|
|
"description": "Markdown-formatted Creative Commons licenses",
|
|
"author": "idleberg",
|
|
"license": "Unlicense",
|
|
"files": [
|
|
"4.0/",
|
|
"legacy/",
|
|
"readme.markdown"
|
|
],
|
|
"scripts": {
|
|
"lint": "npm run test",
|
|
"test": "remark -u lint ./4.0/*.markdown ./legacy/**/*.markdown"
|
|
},
|
|
"keywords": [
|
|
"markdown",
|
|
"creative",
|
|
"commons",
|
|
"licenses",
|
|
"cc"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/idleberg/Creative-Commons-Markdown.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/idleberg/Creative-Commons-Markdown/issues"
|
|
},
|
|
"homepage": "https://github.com/idleberg/Creative-Commons-Markdown#readme",
|
|
"devDependencies": {
|
|
"husky": "^8.0.1",
|
|
"lint-staged": "^13.0.3",
|
|
"remark-cli": "^11.0.0",
|
|
"remark-lint": "^9.1.1"
|
|
},
|
|
"lint-staged": {
|
|
"*.{md|markdown}": "remark -u lint"
|
|
}
|
|
}
|