add package.json and README

This commit is contained in:
Philipp Kunz 2016-04-10 18:22:58 +02:00
parent 8c31dcccb5
commit b2704c0023
2 changed files with 25 additions and 0 deletions

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# cflare
allows you to manage cloudflare from CoreOS

23
package.json Normal file
View 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"
}