cccf
Version:
Common Container Configuration Format
33 lines (32 loc) • 709 B
JSON
{
"name": "cccf",
"version": "3.3.0",
"description": "Common Container Configuration Format",
"main": "index.js",
"scripts": {
"test": "mocha -w -R nyan --check-leaks"
},
"repository": {
"type": "git",
"url": "https://github.com/asbjornenge/cccf.git"
},
"keywords": [
"container",
"json",
"format",
"docker",
"cccf"
],
"author": "Asbjorn Enge <asbjorn@hanafjedle.net>",
"license": "BSD",
"bugs": {
"url": "https://github.com/asbjornenge/cccf/issues"
},
"homepage": "https://github.com/asbjornenge/cccf",
"dependencies": {
"jjv": "^1.0.2",
"random-string": "^0.1.2",
"random-number": "^0.0.7",
"object.assign": "^4.0.3"
}
}