-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 874 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 874 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
31
32
33
34
35
{
"name": "gitbook-plugin-codepen",
"version": "0.1.2",
"description": "A plugin to embed codepen in your Gitbook",
"main": "index.js",
"keywords": [
"gitbook",
"plugin",
"codepen"
],
"engines": {
"gitbook": "*"
},
"author": "LingyuCoder",
"license": "MIT",
"dependencies": {
"cheerio": "^0.19.0",
"underscore": "^1.8.3",
"url-parse": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/LingyuCoder/gitbook-plugin-codepen.git"
},
"bugs": {
"url": "https://github.com/LingyuCoder/gitbook-plugin-codepen/issues"
},
"homepage": "https://github.com/LingyuCoder/gitbook-plugin-codepen",
"_shasum": "124a99efb53a783bc32f05e09a761be0853e1b55",
"_from": "gitbook-plugin-codepen@*"
}