UNPKG

715 BJSONView Raw
1{
2 "name": "cccf",
3 "version": "3.1.0",
4 "description": "Common Container Configuration Format",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha -w -R nyan --check-leaks"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/asbjornenge/common-container-configuration-format.git"
12 },
13 "keywords": [
14 "container",
15 "json",
16 "format",
17 "docker",
18 "cccf"
19 ],
20 "author": "Asbjorn Enge <asbjorn@hanafjedle.net>",
21 "license": "BSD",
22 "bugs": {
23 "url": "https://github.com/asbjornenge/common-container-configuration-format/issues"
24 },
25 "homepage": "https://github.com/asbjornenge/common-container-configuration-format",
26 "dependencies": {
27 "jjv": "^1.0.2"
28 }
29}