UNPKG

@scvo/router-destination-handlebars

Version:
51 lines (50 loc) 1.47 kB
{ "name": "@scvo/router-destination-handlebars", "version": "0.0.29", "description": "SCVO=>Router destination for handlebars", "main": "./build/index", "typings": "./build/index", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "cleanup": "rm -rf ./dist", "build": "npm run cleanup;tsc", "prepublishOnly": "npm run build", "local": "npm link @scvo/router && npm run compile && npm link", "check": "gts check", "clean": "gts clean", "compile": "tsc -p .", "fix": "gts fix", "prepare": "npm run compile", "pretest": "npm run compile", "posttest": "npm run check", "pub-patch": "yarn add -E @scvo/router; git commit -a -m \"Upgraded router\"; nuup patch" }, "repository": { "type": "git", "url": "git+https://github.com/scvodigital/router-destination-handlebars.git" }, "keywords": [ "SCVO=>Router", "SCVO", "Router", "Handlebars", "Destination" ], "author": "Matthew Wilkes (SCVO)", "license": "GPL-3.0", "bugs": { "url": "https://github.com/scvodigital/router-destination-handlebars/issues" }, "homepage": "https://github.com/scvodigital/router-detination-handlebars#readme", "dependencies": { "@scvo/router": "1.1.30", "clayhandlebars": "^4.0.0", "dot-object": "^1.7.0" }, "devDependencies": { "@types/dot-object": "^1.5.0", "@types/node": "^9.4.6", "gts": "^0.5.4", "typescript": "~2.6.1" } }