This commit is contained in:
2016-06-18 15:36:15 +02:00
parent 441d66d6f6
commit 941611b7fb
6 changed files with 16 additions and 16 deletions

View File

@ -3,6 +3,7 @@
"version": "0.0.3",
"description": "cloudflare management for CoreOS",
"main": "dist/index.js",
"typings":"dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
@ -21,15 +22,15 @@
},
"homepage": "https://github.com/pushrocks/cflare#readme",
"dependencies": {
"beautylog": "^5.0.6",
"beautylog": "^5.0.12",
"q": "^1.4.1",
"request": "^2.72.0",
"smartstring": "^2.0.1",
"smartstring": "^2.0.6",
"typings-global": "^1.0.3"
},
"devDependencies": {
"npmts": "^5.1.14",
"should": "^8.4.0",
"npmts-g": "^5.2.6",
"should": "^9.0.2",
"typings-test": "^1.0.1"
}
}