cloudflare/package.json

38 lines
830 B
JSON
Raw Normal View History

2016-04-10 16:22:58 +00:00
{
"name": "cflare",
2017-06-11 19:07:45 +00:00
"version": "1.0.5",
2017-01-29 17:22:17 +00:00
"description": "easy cloudflare management",
2016-04-10 16:22:58 +00:00
"main": "dist/index.js",
2016-06-20 20:56:09 +00:00
"typings": "dist/index.d.ts",
2016-04-10 16:22:58 +00:00
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
2017-01-29 17:22:17 +00:00
"url": "git+https://gitlab.com/pushrocks/cflare.git"
2016-04-10 16:22:58 +00:00
},
"keywords": [
2017-01-29 17:22:17 +00:00
"Push.Rocks",
2016-04-10 16:22:58 +00:00
"cloudflare"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
2017-01-29 17:22:17 +00:00
"url": "https://gitlab.com/pushrocks/cflare/issues"
2016-04-10 16:22:58 +00:00
},
2017-01-29 17:22:17 +00:00
"homepage": "https://gitlab.com/pushrocks/cflare#readme",
2016-04-27 00:20:27 +00:00
"dependencies": {
2017-06-05 17:14:26 +00:00
"beautylog": "^6.1.10",
"smartdelay": "^1.0.3",
"smartq": "^1.1.1",
2017-06-09 20:25:19 +00:00
"smartrequest": "^1.0.6",
2017-06-05 17:14:26 +00:00
"smartstring": "^2.0.24",
2017-06-11 19:07:41 +00:00
"tsclass": "^1.0.12",
2017-06-09 20:25:19 +00:00
"typings-global": "^1.0.17"
2016-04-27 00:20:27 +00:00
},
"devDependencies": {
2017-06-05 17:14:26 +00:00
"qenv": "^1.1.7",
"tapbundle": "^1.0.14"
2016-04-27 00:20:27 +00:00
}
2016-04-10 16:22:58 +00:00
}