first commit
This commit is contained in:
parent
9d5636db7b
commit
1a0a2ac4dc
2 changed files with 50 additions and 0 deletions
25
bower.json
Normal file
25
bower.json
Normal file
|
@ -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"
|
||||
]
|
||||
}
|
25
package.json
Normal file
25
package.json
Normal file
|
@ -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"
|
||||
}
|
Reference in a new issue