cloudflare/package.json
2017-06-11 21:07:45 +02:00

38 lines
830 B
JSON

{
"name": "cflare",
"version": "1.0.5",
"description": "easy cloudflare management",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/pushrocks/cflare.git"
},
"keywords": [
"Push.Rocks",
"cloudflare"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/cflare/issues"
},
"homepage": "https://gitlab.com/pushrocks/cflare#readme",
"dependencies": {
"beautylog": "^6.1.10",
"smartdelay": "^1.0.3",
"smartq": "^1.1.1",
"smartrequest": "^1.0.6",
"smartstring": "^2.0.24",
"tsclass": "^1.0.12",
"typings-global": "^1.0.17"
},
"devDependencies": {
"qenv": "^1.1.7",
"tapbundle": "^1.0.14"
}
}