Add Doony 1.1

put maintainers in correct format

move files into folders with correct names
This commit is contained in:
Kevin Burke
2013-10-07 21:48:10 -07:00
parent 574a476b76
commit cd5065bbe2
3 changed files with 37 additions and 0 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+28
View File
@@ -0,0 +1,28 @@
{
"name": "doony",
"filename": "js/doony.min.js",
"version": "1.1",
"description": "UI improvements for Jenkins",
"homepage": "http://doony.org",
"license": "MIT",
"keywords": [
"jenkins",
"ui"
],
"maintainers": [
{
"name": "Kevin Burke"
},
{
"name": "Kyle Conroy"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/kevinburke/doony"
}
],
"bugs": "https://github.com/kevinburke/doony/issues"
}