flickerjs
Version:
Super fast and simple web framework for node.js (v6.0.0)
51 lines (50 loc) • 987 B
JSON
{
"name": "flickerjs",
"version": "2.0.7",
"description": "Super fast and simple web framework for node.js (v6.0.0)",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec --timeout 5000"
},
"author": "Flicker Studio",
"repository": {
"type": "git",
"url": "https://github.com/flickerstudio/flickerjs.git"
},
"license": "MIT",
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"flicker",
"flickerjs",
"server",
"framework",
"http",
"web",
"rest",
"node",
"router",
"middleware",
"fast",
"js",
"nodejs",
"api"
],
"dependencies": {
"body-parser": "^1.15.0",
"colors": "^1.1.2",
"compression": "^1.6.1",
"consolidate": "^0.14.1",
"cookie-parser": "^1.4.1",
"morgan": "^1.7.0",
"flicker-easy": "latest",
"pug": "latest"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"should": "^8.3.1",
"supertest": "^1.2.0"
}
}