cloudflare/package.json
2016-07-31 23:55:25 +02:00

38 lines
821 B
JSON

{
"name": "cflare",
"version": "0.0.10",
"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.18",
"q": "^1.4.1",
"request": "^2.74.0",
"smartstring": "^2.0.15",
"typings-global": "^1.0.6"
},
"devDependencies": {
"npmts-g": "^5.2.8",
"qenv": "^1.0.8",
"should": "^10.0.0",
"typings-test": "^1.0.1"
}
}