forked from fastify/fastify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "fastify",
"version": "0.2.0",
"description": "Fast and low overhead web framework, for Node.js",
"main": "fastify.js",
"scripts": {
"test": "standard | snazzy && tap test/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/fastify.git"
},
"keywords": [
"web",
"framework",
"json",
"schema",
"open",
"api"
],
"author": "Matteo Collina <hello@matteocollina.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcollina/fastify/issues"
},
"homepage": "https://github.com/mcollina/fastify#readme",
"devDependencies": {
"express": "^4.14.0",
"hapi": "^15.1.1",
"koa": "^1.2.4",
"pre-commit": "^1.1.3",
"request": "^2.75.0",
"restify": "^4.1.1",
"snazzy": "^5.0.0",
"standard": "^8.4.0",
"take-five": "^1.3.0",
"tap": "^7.1.2"
},
"dependencies": {
"ajv": "^4.7.7",
"body": "^5.1.0",
"boot-in-the-arse": "^0.3.0",
"fast-json-stringify": "^0.10.0",
"fast-safe-stringify": "^1.1.0",
"pathname-match": "^1.2.0",
"wayfarer": "^6.2.1"
}
}