This repository has been archived on 2025-09-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
cc-markdown/bower.json
2017-03-28 17:40:58 +02:00

27 lines
489 B
JSON

{
"name": "cc-md",
"version": "0.2.2",
"description": "Markdown-formatted Creative Commons licenses",
"authors": [
"idleberg"
],
"license": "Unlicense",
"keywords": [
"markdown",
"creative",
"commons",
"licenses",
"cc"
],
"homepage": "https://github.com/idleberg/Creative-Commons-Markdown",
"ignore": [
"**/.*",
".npmignore",
"node_modules",
"bower_components",
"package.json",
"test",
"tests",
"yarn.lock"
]
}