smartcert/package.json

32 lines
627 B
JSON
Raw Normal View History

2016-04-10 13:56:13 +00:00
{
"name": "cert",
2016-06-18 13:08:06 +00:00
"version": "0.0.2",
2016-04-10 13:56:13 +00:00
"description": "automatic cert generation for coreos clusters",
"main": "dist/index.js",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pushrocks/cert.git"
},
"keywords": [
"coreos",
"cert",
"ssl",
"etcd"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushrocks/cert/issues"
},
2016-06-18 12:59:46 +00:00
"homepage": "https://github.com/pushrocks/cert#readme",
"dependencies": {
"letsencrypt": "^1.4.4"
2016-06-18 13:07:54 +00:00
},
"devDependencies": {
"npmts-g": "^5.2.6"
2016-06-18 12:59:46 +00:00
}
2016-04-10 13:56:13 +00:00
}