123456789101112131415161718192021222324 |
- {
- "name": "brickup-api-service",
- "version": "1.0.0",
- "description": "",
- "main": "app.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git@hackajob.io:LetSchool/BrickUp-API-Service.git"
- },
- "author": "Fred Chien <cfsghost@gmail.com>",
- "license": "ISC",
- "dependencies": {
- "fs-extra": "^0.30.0",
- "koa": "^1.2.0",
- "koa-bodyparser": "^2.0.1",
- "koa-cors": "0.0.16",
- "koa-router": "^5.4.0",
- "koa-static": "^2.0.0"
- }
- }
|