blazepress
Version:
A rapid web application development platform for Node.js
34 lines (33 loc) • 752 B
JSON
{
"name": "blazepress",
"version": "1.0.1",
"description": "A rapid web application development platform for Node.js",
"main": "lib/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flcoder/blazepress.git"
},
"keywords": [
"Node.js",
"web",
"application",
"development",
"platform",
"framework",
"library",
"Wordpress"
],
"author": "William Oney <flcoder@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/flcoder/blazepress/issues"
},
"homepage": "https://github.com/flcoder/blazepress#readme",
"bin": {
"bpinit": "bin/bpinit.js",
"bprun": "bin/bprun.js"
}
}