forked from NodeBB/nodebb-plugin-composer-default
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 769 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
{
"name": "nodebb-plugin-composer-stupid",
"version": "1.0.1",
"description": "stupid composer for NodeBB",
"main": "library.js",
"repository": {
"type": "git",
"url": "git+https://github.com/kidswong999/nodebb-plugin-composer-stupid.git"
},
"keywords": [
"nodebb",
"plugin",
"composer",
"markdown"
],
"author": "NodeBB Team <sales@nodebb.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kidswong999/nodebb-plugin-composer-stupid/issues"
},
"nbbpm": {
"compatibility": "^1.7.4"
},
"dependencies": {
"screenfull": "3.0.0"
},
"homepage": "https://github.com/kidswong999/nodebb-plugin-composer-stupid#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}