UNPKG

pk-template

Version:
49 lines (48 loc) 1.18 kB
{ "name": "pk-template", "version": "0.1.17", "description": "p template engine for kubernetes", "main": "src/index.js", "scripts": { "start": "node bin/pkt.js", "watch": "nodemon bin/pkt.js -- https://raw.githubusercontent.com/dirty49374/devtools/master/devtools.yaml", "test": "mocha" }, "bin": { "pkt": "bin/pkt.js" }, "repository": { "type": "git", "url": "git+https://github.com/dirty49374/pk-template.git" }, "keywords": [ "pk-template", "pkt", "k8s", "yaml", "template", "kubernetes" ], "author": "dirty49374@gmail.com", "license": "ISC", "bugs": { "url": "https://github.com/dirty49374/pk-template/issues" }, "homepage": "https://github.com/dirty49374/pk-template#readme", "dependencies": { "ajv": "^6.6.1", "chalk": "^2.4.1", "coffeescript": "^2.3.2", "glob": "^7.1.3", "js-yaml": "^3.12.0", "json-patch": "^0.7.0", "jsonpath": "^1.0.0", "livescript": "^1.6.0", "sync-request": "^6.0.0", "underscore": "^1.9.1", "yargs": "^12.0.5" }, "devDependencies": { "mocha": "^5.2.0" } }