UNPKG

703 BJSONView Raw
1{
2 "name": "cccf",
3 "version": "1.0.1",
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 ],
19 "author": "Asbjorn Enge <asbjorn@hanafjedle.net>",
20 "license": "BSD",
21 "bugs": {
22 "url": "https://github.com/asbjornenge/common-container-configuration-format/issues"
23 },
24 "homepage": "https://github.com/asbjornenge/common-container-configuration-format",
25 "dependencies": {
26 "jjv": "^1.0.2"
27 }
28}