diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..14e0c73 --- /dev/null +++ b/bower.json @@ -0,0 +1,25 @@ +{ + "name": "cc-md", + "version": "0.2.1", + "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": [ + "**/.*", + "node_modules", + "bower_components", + "package.json", + "test", + "tests" + ] +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..b1a437d --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "cc-md", + "version": "0.2.1", + "description": "Markdown-formatted Creative Commons licenses", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/idleberg/Creative-Commons-Markdown.git" + }, + "keywords": [ + "markdown", + "creative", + "commons", + "licenses", + "cc" + ], + "author": "idleberg", + "license": "Unlicense", + "bugs": { + "url": "https://github.com/idleberg/Creative-Commons-Markdown/issues" + }, + "homepage": "https://github.com/idleberg/Creative-Commons-Markdown#readme" +}