mirror of
https://github.com/idleberg/Creative-Commons-Markdown.git
synced 2025-04-22 07:02:24 +00:00
30 lines
739 B
JSON
30 lines
739 B
JSON
{
|
|
"name": "cc-md",
|
|
"version": "0.3.1",
|
|
"description": "Markdown-formatted Creative Commons licenses",
|
|
"author": "idleberg",
|
|
"license": "Unlicense",
|
|
"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": {
|
|
"remark-cli": "^8.0.1",
|
|
"remark-lint": "^7.0.1"
|
|
}
|
|
}
|