cloudflare/package.json
2016-04-27 03:08:23 +02:00

32 lines
646 B
JSON

{
"name": "cflare",
"version": "0.0.2",
"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",
"dependencies": {
"beautylog": "^4.1.2",
"q": "^1.4.1",
"request": "^2.72.0"
},
"devDependencies": {
"npmts": "^5.0.4"
}
}