2019-09-11 19:22:05 +02:00

64 lines
1.5 KiB
JSON

{
"name": "strapi-plugin-users-permissions",
"version": "3.0.0-beta.16.2",
"description": "Protect your API with a full-authentication process based on JWT",
"strapi": {
"name": "Roles & Permissions",
"icon": "users",
"description": "users-permissions.plugin.description",
"required": true
},
"scripts": {
"test": "echo \"no tests yet\""
},
"dependencies": {
"bcryptjs": "^2.4.3",
"classnames": "^2.2.6",
"grant-koa": "^4.6.0",
"immutable": "^3.8.2",
"invariant": "^2.2.1",
"jsonwebtoken": "^8.1.0",
"koa2-ratelimit": "^0.9.0",
"lodash": "^4.17.11",
"purest": "^2.0.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-intl": "^2.8.0",
"react-redux": "^7.0.2",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-transition-group": "^2.5.0",
"reactstrap": "^5.0.0",
"redux-saga": "^0.16.0",
"request": "^2.83.0",
"strapi-helper-plugin": "3.0.0-beta.16.2",
"strapi-utils": "3.0.0-beta.16.2",
"uuid": "^3.1.0"
},
"devDependencies": {
"koa": "^2.8.0"
},
"author": {
"name": "Strapi team",
"email": "hi@strapi.io",
"url": "http://strapi.io"
},
"maintainers": [
{
"name": "Strapi team",
"email": "hi@strapi.io",
"url": "http://strapi.io"
}
],
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi.git"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"license": "MIT",
"gitHead": "c85658a19b8fef0f3164c19693a45db305dc07a9"
}