diff --git a/README.md b/README.md new file mode 100644 index 0000000..0da0f8f --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# cflare +allows you to manage cloudflare from CoreOS diff --git a/package.json b/package.json new file mode 100644 index 0000000..569d77e --- /dev/null +++ b/package.json @@ -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" +}