cloudflare/package.json

39 lines
860 B
JSON
Raw Normal View History

2016-04-10 16:22:58 +00:00
{
"name": "cflare",
2017-01-29 17:05:42 +00:00
"version": "0.0.17",
2016-04-10 16:22:58 +00:00
"description": "cloudflare management for CoreOS",
"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",
"url": "git+https://github.com/pushrocks/cflare.git"
},
"keywords": [
"CoreOS",
"cloudflare"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushrocks/cflare/issues"
},
2016-04-27 00:20:27 +00:00
"homepage": "https://github.com/pushrocks/cflare#readme",
"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
"npmts-g": "^6.0.0",
"qenv": "^1.1.3",
2017-01-29 16:27:48 +00:00
"smartchai": "^1.0.1",
2017-01-22 18:37:00 +00:00
"typings-test": "^1.0.3"
2016-04-27 00:20:27 +00:00
}
2016-04-10 16:22:58 +00:00
}