forked from julianlam/nodebb-plugin-tenor-gif
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 932 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
40
41
{
"name": "nodebb-plugin-tenor-gif",
"version": "1.2.6",
"description": "",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/julianlam/nodebb-plugin-tenor-gif"
},
"keywords": [
"nodebb",
"plugin"
],
"author": {
"name": "Julian Lam",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/julianlam/nodebb-plugin-tenor-gif/issues"
},
"readmeFilename": "README.md",
"nbbpm": {
"compatibility": "^1.6.0"
},
"dependencies": {
"@commitlint/cli": "^9.1.2",
"eslint": "^7.7.0",
"lint-staged": "^10.0.9",
"request": "^2.88.0"
},
"devDependencies": {
"@commitlint/cli": "^9.1.2",
"@commitlint/config-angular": "^7.1.2",
"eslint": "^7.7.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"husky": "^2.4.0",
"lint-staged": "^10.0.9"
}
}