forked from NodeBB/nodebb-plugin-write-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 807 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
{
"name": "nodebb-plugin-write-api",
"version": "5.0.3",
"description": "Write-enabled API for NodeBB",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/julianlam/nodebb-plugin-write-api"
},
"keywords": [
"nodebb",
"plugin",
"write",
"API",
"REST",
"JSON"
],
"author": "Julian Lam <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/julianlam/nodebb-plugin-write-api/issues"
},
"homepage": "https://github.com/julianlam/nodebb-plugin-write-api",
"dependencies": {
"express": "^4.12.0",
"jsonwebtoken": "^5.0.4",
"passport-http-bearer": "^1.0.1"
},
"nbbpm": {
"compatibility": "^1.4.5"
}
}