cloudflare/package.json

24 lines
500 B
JSON
Raw Normal View History

2016-04-10 16:22:58 +00:00
{
"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"
}