cloudflare/package.json

38 lines
821 B
JSON
Raw Normal View History

2016-04-10 16:22:58 +00:00
{
"name": "cflare",
2016-07-31 21:55:25 +00:00
"version": "0.0.10",
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": {
2016-07-31 21:54:13 +00:00
"beautylog": "^5.0.18",
2016-04-27 01:08:14 +00:00
"q": "^1.4.1",
2016-07-31 21:54:13 +00:00
"request": "^2.74.0",
"smartstring": "^2.0.15",
"typings-global": "^1.0.6"
2016-04-27 00:20:27 +00:00
},
"devDependencies": {
2016-07-31 21:54:13 +00:00
"npmts-g": "^5.2.8",
2016-06-21 17:04:43 +00:00
"qenv": "^1.0.8",
2016-07-31 21:54:13 +00:00
"should": "^10.0.0",
2016-05-24 21:36:06 +00:00
"typings-test": "^1.0.1"
2016-04-27 00:20:27 +00:00
}
2016-04-10 16:22:58 +00:00
}