2016-04-10 16:22:58 +00:00
|
|
|
{
|
|
|
|
"name": "cflare",
|
2016-04-27 01:08:23 +00:00
|
|
|
"version": "0.0.2",
|
2016-04-10 16:22:58 +00:00
|
|
|
"description": "cloudflare management for CoreOS",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"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": {
|
2016-05-24 21:36:06 +00:00
|
|
|
"beautylog": "^5.0.6",
|
2016-04-27 01:08:14 +00:00
|
|
|
"q": "^1.4.1",
|
2016-05-24 21:36:06 +00:00
|
|
|
"request": "^2.72.0",
|
2016-05-25 04:26:48 +00:00
|
|
|
"smartstring": "^2.0.0",
|
2016-05-24 21:36:06 +00:00
|
|
|
"typings-global": "^1.0.3"
|
2016-04-27 00:20:27 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-05-24 21:36:06 +00:00
|
|
|
"npmts": "^5.1.13",
|
|
|
|
"should": "^8.4.0",
|
|
|
|
"typings-test": "^1.0.1"
|
2016-04-27 00:20:27 +00:00
|
|
|
}
|
2016-04-10 16:22:58 +00:00
|
|
|
}
|