fastapp
Version:
A html template engine design to create web apps.
41 lines (40 loc) • 909 B
JSON
{
"name": "fastapp",
"version": "0.1.2",
"description": "A html template engine design to create web apps.",
"main": "lib/fastapp.js",
"scripts": {
"test": "node test/test.js",
"coverage": "istanbul cover test/test.js",
"coveralls": "istanbul cover test/test.js && (cat ./coverage/lcov.info | coveralls)"
},
"repository": {
"type": "git",
"url": "https://github.com/AxFab/fastapp.git"
},
"dependencies": {
"async": "1.4.*"
},
"devDependencies": {
"istanbul": "0.3.*",
"coveralls": "2.11.*"
},
"keywords": [
"html",
"template",
"engine",
"web-apps",
"apps",
"expressjs",
"webserver"
],
"author": {
"name":"Fabien Bavent",
"email": "fabien.bavent@gmail.com"
},
"license": "BSD 3-Clause",
"bugs": {
"url": "https://github.com/AxFab/fastapp/issues"
},
"homepage": "https://github.com/AxFab/fastapp"
}