fastify
Version:
Fast and low overhead web framework, for Node.js
74 lines (73 loc) • 1.9 kB
JSON
{
"name": "fastify",
"version": "0.15.1",
"description": "Fast and low overhead web framework, for Node.js",
"main": "fastify.js",
"scripts": {
"test": "standard | snazzy && tap test/*.test.js test/*/*.test.js",
"coverage": "tap --cov --coverage-report=html test/*.test.js test/*/*.test.js",
"coveralls": "tap test/*test.js test/*/*.test.js --cov --coverage-report=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/fastify.git"
},
"keywords": [
"web",
"framework",
"json",
"schema",
"open",
"api"
],
"author": "Matteo Collina <hello@matteocollina.com>",
"contributors": [
{
"name": "Tomas Della Vedova",
"url": "http://delved.org"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/fastify/fastify/issues"
},
"homepage": "https://github.com/fastify/fastify#readme",
"devDependencies": {
"bluebird": "^3.5.0",
"cors": "^2.8.2",
"coveralls": "^2.12.0",
"dns-prefetch-control": "^0.1.0",
"express": "^4.15.2",
"fast-json-body": "^1.1.0",
"fastify-plugin": "^0.1.0",
"frameguard": "^3.0.0",
"hapi": "^16.1.0",
"helmet": "^3.5.0",
"hide-powered-by": "^1.0.0",
"hsts": "^2.0.0",
"ienoopen": "^1.0.0",
"koa": "^2.2.0",
"pino": "^4.2.3",
"pre-commit": "^1.2.2",
"request": "^2.81.0",
"snazzy": "^6.0.0",
"split2": "^2.1.1",
"standard": "^10.0.1",
"take-five": "^1.3.3",
"tap": "^10.3.0",
"then-sleep": "^1.0.1",
"x-xss-protection": "^1.0.0"
},
"dependencies": {
"ajv": "^4.11.5",
"avvio": "^0.6.1",
"fast-json-stringify": "^0.10.4",
"fast-safe-stringify": "^1.1.13",
"fastseries": "^1.7.2",
"middie": "^0.2.0",
"pathname-match": "^1.2.0",
"pino-http": "^2.4.2",
"pump": "^1.0.2",
"wayfarer": "^6.5.0"
}
}