forked from NodeBB/nodebb-plugin-gdpr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·42 lines (42 loc) · 915 Bytes
/
package.json
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
40
41
42
{
"name": "nodebb-plugin-gdpr-fr",
"version": "1.0.15",
"description": "GDPR Plugin for NodeBB",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/TheWorms/nodebb-plugin-gdpr-fr"
},
"keywords": [
"nodebb",
"plugin"
],
"author": {
"name": "Julian Lam",
"email": "[email protected]"
},
"contributors": [
{
"name": "The Worm's",
"email": "[email protected]",
"url": "https://github.com/TheWorms"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/TheWorms/nodebb-plugin-gdpr-fr/issues"
},
"readmeFilename": "README.md",
"nbbpm": {
"compatibility": "^1.11.0"
},
"dependencies": {
"async": "^2.6.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.18.0"
}
}