-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
39 lines (39 loc) · 892 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
{
"name": "nodebb-widget-essentials",
"version": "7.0.31",
"description": "NodeBB Essential Widgets",
"main": "library.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/psychobunny/nodebb-widget-essentials"
},
"keywords": [
"nodebb",
"widget",
"essentials",
"markdown",
"text"
],
"author": {
"name": "psychobunny",
"email": "[email protected]"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/psychobunny/nodebb-widget-essentials/issues"
},
"readme": "",
"readmeFilename": "README.md",
"_from": "nodebb-widget-essentials@~0.0.1",
"nbbpm": {
"compatibility": "^3.0.0"
},
"devDependencies": {
"eslint": "6.7.0",
"eslint-config-nodebb": "0.0.1",
"eslint-plugin-import": "2.24.0"
}
}