add package.json and README
This commit is contained in:
parent
8c31dcccb5
commit
b2704c0023
2
README.md
Normal file
2
README.md
Normal file
@ -0,0 +1,2 @@
|
||||
# cflare
|
||||
allows you to manage cloudflare from CoreOS
|
23
package.json
Normal file
23
package.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "cflare",
|
||||
"version": "0.0.0",
|
||||
"description": "cloudflare management for CoreOS",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"test": "(npmts)"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/pushrocks/cflare.git"
|
||||
},
|
||||
"keywords": [
|
||||
"CoreOS",
|
||||
"cloudflare"
|
||||
],
|
||||
"author": "Lossless GmbH",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pushrocks/cflare/issues"
|
||||
},
|
||||
"homepage": "https://github.com/pushrocks/cflare#readme"
|
||||
}
|
Loading…
Reference in New Issue
Block a user