2017-03-28 17:30:10 +02:00
|
|
|
{
|
|
|
|
"name": "cc-md",
|
2020-07-18 01:19:45 +02:00
|
|
|
"version": "0.3.0",
|
2017-03-28 17:30:10 +02:00
|
|
|
"description": "Markdown-formatted Creative Commons licenses",
|
2020-07-18 00:58:24 +02:00
|
|
|
"author": "idleberg",
|
|
|
|
"license": "Unlicense",
|
|
|
|
"scripts": {
|
2020-07-18 01:09:57 +02:00
|
|
|
"lint": "npm run test",
|
2020-07-18 00:58:24 +02:00
|
|
|
"test": "remark -u lint ./4.0/*.markdown ./legacy/**/*.markdown"
|
2017-03-28 17:30:10 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"markdown",
|
|
|
|
"creative",
|
|
|
|
"commons",
|
|
|
|
"licenses",
|
|
|
|
"cc"
|
|
|
|
],
|
2020-07-18 00:58:24 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/idleberg/Creative-Commons-Markdown.git"
|
|
|
|
},
|
2017-03-28 17:30:10 +02:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/idleberg/Creative-Commons-Markdown/issues"
|
|
|
|
},
|
2020-07-18 00:58:24 +02:00
|
|
|
"homepage": "https://github.com/idleberg/Creative-Commons-Markdown#readme",
|
2020-07-18 01:14:50 +02:00
|
|
|
"devDependencies": {
|
|
|
|
"remark-cli": "^8.0.1",
|
2020-07-18 01:16:20 +02:00
|
|
|
"remark-lint": "^7.0.1"
|
2020-07-18 00:58:24 +02:00
|
|
|
}
|
2017-03-28 17:30:10 +02:00
|
|
|
}
|