forked from NodeBB-Community/nodebb-plugin-adsense
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 750 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 750 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
{
"name": "nodebb-plugin-adsense",
"version": "0.0.18",
"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"
},
"keywords": [
"nodebb",
"plugin",
"google",
"adsense",
"advertisement"
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/NodeBB-Community/nodebb-plugin-adsense/issues"
},
"nbbpm": {
"compatibility": "^0.7.0 || ^0.8.0 || ^0.9.0"
},
"readmeFilename": "README.md",
"gitHead": "29458fd32c922debda109277839d23ae5c9f7e4b",
"homepage": "https://github.com/NodeBB-Community/nodebb-plugin-adsense",
"scripts": {}
}