-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·42 lines (42 loc) · 1.06 KB
/
package.json
File metadata and controls
executable file
·42 lines (42 loc) · 1.06 KB
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
{
"name": "avanti-api",
"version": "0.4.4",
"description": "",
"main": "dist/index.js",
"bin": {
"avanti-api": "bin/avanti-api"
},
"scripts": {
"prepare": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IONlu/avanti-api.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/IONlu/avanti-api/issues"
},
"homepage": "https://github.com/IONlu/avanti-api#readme",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-register": "^6.26.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0"
},
"dependencies": {
"@koa/cors": "^3.1.0",
"chalk": "^2.4.2",
"jsonwebtoken": "^8.5.1",
"koa": "^2.13.4",
"koa-body": "^4.2.0",
"koa-json-body": "^5.3.0",
"koa-router": "^7.4.0",
"yargonaut": "^1.1.4",
"yargs": "^13.3.2"
}
}