123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "LuzzuDashboard-Wrapper-API",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "start": "node_modules/.bin/nodemon app.js --exec babel-node --"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "axios": "^0.19.0",
- "babel-cli": "^6.26.0",
- "babel-preset-es2015": "^6.24.1",
- "body-parser": "^1.18.2",
- "cors": "^2.8.5",
- "eslint": "^4.19.1",
- "express": "^4.16.3",
- "express-http-context": "^1.2.2",
- "memory-cache": "^0.2.0",
- "mongoose": "^5.6.0",
- "multer": "^1.4.1",
- "path": "^0.12.7",
- "promise": "^8.0.3",
- "query-string": "^6.7.0"
- },
- "devDependencies": {
- "eslint-config-airbnb-base": "^12.1.0",
- "eslint-plugin-import": "^2.11.0",
- "nodemon": "^1.18.10"
- }
- }
|