-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 945 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 945 Bytes
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
{
"name": "we-plugin-user-settings",
"description": "We.js user settings plugin",
"version": "2.0.3",
"main": "plugin.js",
"scripts": {
"test": "NODE_ENV=test LOG_LV=info ./node_modules/.bin/mocha test/bootstrap.js test/**/*.test.js"
},
"devDependencies": {
"express-mysql-session": "^2.0.1",
"mocha": "^5.2.0",
"mysql2": "^1.6.1",
"supertest": "^3.3.0",
"we-core": "^2",
"we-plugin-acl": "^1.2.13",
"we-plugin-auth": "^2.2.1",
"we-plugin-user": "^2.0.1",
"we-test-tools": "wejs/we-test-tools"
},
"repository": "wejs/we-plugin-user-settings",
"license": "MIT",
"author": "Alberto Souza <contato@albertosouza.net>",
"keywords": [
"wejs-plugin"
],
"engines": {
"node": ">=6.0.0"
},
"wejs": {
"plugins": {
"we-plugin-user": true,
"we-plugin-auth": true,
"we-plugin-acl": true
},
"dependencies": {
"we-plugin-user": true
}
}
}