compose/package.json

21 lines
415 B
JSON

{
"name": "jsonnet-compose",
"version": "0.0.1",
"description": "function compose",
"main": "compose.libsonnet",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://sigyl.com/git/jsonnet/compose.git"
},
"keywords": [
"jsonnet",
"functional",
"compose"
],
"author": "giles bradshaw",
"license": "MIT"
}