cloudflare/package.json

31 lines
627 B
JSON
Raw Normal View History

2016-04-10 16:22:58 +00:00
{
"name": "cflare",
2016-04-27 00:20:35 +00:00
"version": "0.0.1",
2016-04-10 16:22:58 +00:00
"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"
},
2016-04-27 00:20:27 +00:00
"homepage": "https://github.com/pushrocks/cflare#readme",
"dependencies": {
"beautylog": "^4.1.2",
"request": "^2.72.0"
},
"devDependencies": {
"npmts": "^5.0.4"
}
2016-04-10 16:22:58 +00:00
}