-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
35 lines (35 loc) · 989 Bytes
/
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
{
"name": "noapi",
"version": "2.2.2",
"description": "A high-performance and easy-to-use web API framework for Node.js. Noapi loads directory \"biz\" as a web API server, each file in it defines and handles an API, so that you can focus on writing business function code. Noapi is simple enough that you just take it \"out of the box\".",
"main": "index.js",
"scripts": {
"test": "node test"
},
"keywords": [
"node.js",
"api",
"microservices",
"microservices framework"
],
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"caller": "^1.0.1",
"kdo": "^1.8.1",
"keypaths": "^0.1.4",
"lodash": "^4.17.15",
"qs": "^6.9.1"
},
"devDependencies": {
"testor": "^0.6.5"
},
"repository": {
"type": "git",
"url": "https://github.com/hiowenluke/noapi.git"
},
"bugs": {
"url": "https://github.com/hiowenluke/noapi/issues"
},
"homepage": "https://github.com/hiowenluke/noapi#readme"
}