forked from revir/nodebb-plugin-blog-comments2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 KB
/
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
42
43
44
45
{
"name": "nodebb-plugin-blog-comments-cryptofr",
"version": "1.0.1",
"description": "Plugin de commentaire sur la plateforme CryptoFR",
"main": "library.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "parcel build public/lib/main.js -d public/lib --out-file main2.js --no-minify --no-source-maps"
},
"repository": {
"type": "git",
"url": "https://github.com/CryptoFR/nodebb-plugin-blog-comments-cryptofr"
},
"keywords": [
"nodebb",
"plugin",
"blog",
"ghost",
"wordpress",
"commenting",
"comments"
],
"author": {
"name": "River",
"email": "revir.qing@gmail.com"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/CryptoFR/nodebb-plugin-blog-comments-cryptofr/issues"
},
"nbbpm": {
"compatibility": "^0.6.0 || ^0.7.0 || ^0.8.0 || ^0.9.0 || ^1.0.0 || ^1.2.0 || ^1.3.0"
},
"readme": "",
"readmeFilename": "README.md",
"dependencies": {
"emojione": "^4.5.0",
"jquery": "^3.4.1",
"rm-emoji-picker": "^0.4.0",
"simple-recaptcha-new": "^1.1.1"
},
"devDependencies": {
"parcel": "^1.12.4"
}
}