-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1.11 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
{
"name": "nodebb-plugin-colors",
"version": "0.1.4",
"description": "NodeBB Plugin that allows users to use colors in their posts.",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/Toolito/nodebb-plugin-colors"
},
"keywords": [
"nodebb",
"colors"
],
"license": "MIT",
"dependencies": {},
"bugs": {
"url": "https://github.com/Toolito/nodebb-plugin-colors/issues"
},
"homepage": "https://github.com/Toolito/nodebb-plugin-colors",
"_id": "nodebb-plugin-color@0.1.3",
"dist": {
"shasum": "57ab0a127af6ff8f1ef036ee9553f5d06fb3a0f5",
"tarball": "http://registry.npmjs.org/nodebb-plugin-color/-/nodebb-plugin-color-0.1.3.tgz"
},
"_from": "nodebb-plugin-color@",
"_npmVersion": "1.3.14",
"_npmUser": {
"name": "toolito",
"email": "pietro57360@gmail.com"
},
"maintainers": [
{
"name": "toolito",
"email": "pietro57360@gmail.com"
}
],
"directories": {},
"_shasum": "57ab0a127af6ff8f1ef036ee9553f5d06fb3a0f5",
"_resolved": "https://registry.npmjs.org/nodebb-plugin-color/-/nodebb-plugin-color-0.1.3.tgz"
}