UNPKG

flave

Version:

A Razor like View transpiler for JavaScript

38 lines (37 loc) 786 B
{ "name": "flave", "version": "1.5.3", "description": "A Razor like View transpiler for JavaScript", "main": "./dist/index.js", "scripts": { "setup": "npm install", "build": "tsc", "pretest": "npm run build", "test": "mocha", "transpile": "node ./test/transpile.js" }, "files": [ "/dist" ], "repository": { "type": "git", "url": "git+https://github.com/varubi/flave.git" }, "keywords": [ "Razor", "view", "Transpiler", "Template" ], "author": "Varubi", "license": "OSL-3.0", "bugs": { "url": "https://github.com/varubi/flave/issues" }, "homepage": "https://github.com/varubi/flave#readme", "devDependencies": { "@types/node": "^10.12.2", "mocha": "^5.2.0", "typescript": "^3.1.6" } }