cloudflare/package.json

38 lines
818 B
JSON

{
"name": "cflare",
"version": "0.0.3",
"description": "cloudflare management for CoreOS",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"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": "^5.0.12",
"q": "^1.4.1",
"request": "^2.72.0",
"smartstring": "^2.0.9",
"typings-global": "^1.0.3"
},
"devDependencies": {
"npmts-g": "^5.2.6",
"qenv": "^1.0.8",
"should": "^9.0.2",
"typings-test": "^1.0.1"
}
}