-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 loc) · 1.21 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
46
47
48
49
50
51
52
53
54
55
{
"name": "nodebb-plugin-camo",
"version": "1.6.0",
"homepage": "https://github.com/panascais-incubator/nodebb-plugin-camo",
"description": "Route embedded images through a secure camo proxy",
"main": "lib/library.js",
"repository": {
"type": "git",
"url": "https://github.com/panascais-incubator/nodebb-plugin-camo"
},
"scripts": {
"test": "nyc mocha test/*.js"
},
"keywords": [
"nodebb",
"plugin",
"camo",
"insecure",
"secure",
"images"
],
"author": {
"name": "yariplus",
"email": "tafike@gmail.com"
},
"contributors": [
{
"name": "yariplus",
"email": "tafike@gmail.com"
},
{
"name": "lenovouser",
"email": "lenovouser@minora.io"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/panascais-incubator/nodebb-plugin-camo/issues",
"email": "tafike@gmail.com"
},
"readmeFilename": "readme.md",
"dependencies": {
"camo-url": "^0.2.0",
"camo": "git+https://github.com/atmos/camo.git#e59df56a01c023850962fac16905269d264fba50"
},
"nbbpm": {
"compatibility": "^1.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3",
"nyc": "^6.4.4",
"standard": "^7.1.2"
}
}