-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 816 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 816 Bytes
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
{
"name": "gitbook-plugin-copy-code-button",
"description": "Copy code on GitBook",
"main": "index.js",
"version": "0.0.2",
"engines": {
"gitbook": "*"
},
"homepage": "https://github.com/WebEngage/gitbook-plugin-copy-code-button",
"repository": {
"type": "git",
"url": "git+https://github.com/WebEngage/gitbook-plugin-copy-code-button.git"
},
"author": "Nitin Bansal <nitin@webklipper.com>",
"scripts": {},
"_from": "gitbook-plugin-copy-code-button@0.0.1",
"_npmVersion": "2.9.0",
"_nodeVersion": "0.10.38",
"_npmUser": {
"name": "webengage",
"email": "lithin@webklipper.com"
},
"maintainers": [
"Nitin Bansal <nitin@webklipper.com>"
],
"bugs": {
"url": "https://github.com/WebEngage/gitbook-plugin-copy-code-button/issues"
},
"license": "ISC"
}