cloudflare/package.json

37 lines
803 B
JSON
Raw Normal View History

2016-04-10 16:22:58 +00:00
{
"name": "cflare",
2017-06-04 16:11:39 +00:00
"version": "1.0.2",
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-01-22 18:37:00 +00:00
"beautylog": "^6.1.1",
"smartdelay": "^1.0.1",
2017-01-29 16:27:48 +00:00
"smartq": "^1.1.0",
"smartrequest": "^1.0.4",
2017-01-22 18:37:00 +00:00
"smartstring": "^2.0.22",
"typings-global": "^1.0.14"
2016-04-27 00:20:27 +00:00
},
"devDependencies": {
2017-01-22 18:37:00 +00:00
"qenv": "^1.1.3",
2017-06-04 15:29:19 +00:00
"tapbundle": "^1.0.13"
2016-04-27 00:20:27 +00:00
}
2016-04-10 16:22:58 +00:00
}