UNPKG

diet

Version:

A tiny, fast and modular node.js web framework. Good for making fast & scalable apps and apis.

82 lines (81 loc) 1.7 kB
{ "name": "diet", "version": "0.16.0", "description": "A tiny, fast and modular node.js web framework. Good for making fast & scalable apps and apis.", "homepage": "http://dietjs.com/", "keywords": [ "diet", "web", "framework", "http", "https", "api", "routing", "router", "page routing", "url parse", "middleware", "connect", "plugins", "modules", "querystring", "rest", "restful", "web server", "domains", "subdomains", "vhost", "hosting", "virtual hosts", "request", "response", "dietjs", "diet.js" ], "bugs": { "url": "http://github.com/adamhalasz/diet/issues", "email": "mail@adamhalasz.com" }, "repository": { "type": "git", "url": "https://github.com/adamhalasz/diet.git" }, "license": "MIT", "author": { "name": "Halász Ádám", "email": "mail@adamhalasz.com", "url": "http://adamhalasz.com/" }, "dependencies": { "async": "^1.5.2", "callsite": "^1.0.0", "clone": "^1.0.2", "colors": "^1.0.3", "es6-iterator": "^0.1.1", "etag": "^1.5.0", "eventemitter2": "^0.4.14", "ip": "^0.3.3", "merge": "^1.2.0", "mime": "^1.3.4", "nextjs": "0.0.3", "path-to-regexp": "^1.0.1", "querystrings": ">=0.3.0", "sugar": "^1.4.1" }, "devDependencies": { "coveralls": ">=2.11.2", "istanbul": "~0.3.2", "mocha": "~1.21.4", "mocha-lcov-reporter": "0.0.1", "request": "^2.48.0", "should": "^8.2.2" }, "main": "index.js", "engines": { "node": ">=0.8.0" }, "scripts": { "test": "mocha tests", "coveralls": "jscoverage tests tests-cov" } }