toffee
Version:
A NodeJs and browser-side templating language based on CoffeeScript with slicker tokens and syntax.
44 lines (43 loc) • 967 B
JSON
{
"name": "toffee",
"description": "A NodeJs and browser-side templating language based on CoffeeScript with slicker tokens and syntax.",
"version": "0.3.7",
"directories": {
"lib": "./lib"
},
"main": "index.js",
"author": "Chris Coyne <ccoyne77@gmail.com>",
"bin": "./bin/toffee",
"dependencies": {
"coffee-script": "1.12.7",
"commander": "10.0.0",
"highlight.js": "11.7.0",
"iced-lock": "2.0.1",
"mkdirp": "2.1.3"
},
"devDependencies": {
"assert": "2.0.0",
"colors": "1.4.0",
"diff": "5.1.0",
"express": "4.18.2",
"iced-coffee-script": "108.0.14",
"jison": "0.4.18",
"tablify": "0.1.5",
"zombie": "6.1.4"
},
"files": [
"index.js",
"lib/*",
"bin/*"
],
"repository": {
"type": "git",
"url": "http://github.com/malgorithms/toffee"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/malgorithms/toffee/raw/master/LICENSE"
}
]
}