UNPKG

lumber-forestadmin

Version:

Forest Admin for Lumber.

38 lines (37 loc) 918 B
{ "name": "lumber-forestadmin", "description": "Forest Admin for Lumber.", "version": "1.5.1", "keywords": [ "lumber", "forestadmin", "adminpanel" ], "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "deploy": "node ./bin/deploy.js" }, "author": "Sandro Munda <sandro@munda.me>", "license": "MIT", "dependencies": { "atob": "2.1.2", "bluebird": "^3.5.4", "chalk": "^2.4.2", "cors": "^2.8.5", "forest-express-mongoose": "^4.0.0", "forest-express-sequelize": "^4.0.0", "jsonapi-serializer": "^3.6.4", "lodash": "^4.17.11", "mkdirp": "^0.5.1", "require-all": "^3.0.0", "superagent": "^5.0.2", "superagent-promise": "^1.1.0" }, "devDependencies": { "eslint": "^5.16.0", "eslint-config-airbnb-base": "^13.1.0", "eslint-plugin-import": "^2.17.2", "simple-git": "1.65.0" } }