-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 897 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 897 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
{
"name": "nodebb-plugin-adsense",
"version": "4.0.3",
"description": "Plugin to easily place ads on your forum in different areas",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/NodeBB-Community/nodebb-plugin-adsense"
},
"scripts": {
"lint": "eslint ."
},
"keywords": [
"nodebb",
"plugin",
"google",
"adsense",
"advertisement"
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/NodeBB-Community/nodebb-plugin-adsense/issues"
},
"nbbpm": {
"compatibility": "^4.0.0"
},
"dependencies": {
"validator": "^13.7.0"
},
"devDependencies": {
"eslint": "9.37.0",
"eslint-config-nodebb": "^1.1.11"
},
"readmeFilename": "README.md",
"gitHead": "29458fd32c922debda109277839d23ae5c9f7e4b",
"homepage": "https://github.com/NodeBB-Community/nodebb-plugin-adsense"
}