21 lines
422 B
JSON
21 lines
422 B
JSON
{
|
|
"name": "@sigyl/jsonnet-compose",
|
|
"version": "0.0.2",
|
|
"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"
|
|
}
|