-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
{
"devDependencies": {
"gitbook-plugin-disqus": "^0.1.0",
"gitbook-plugin-multipart": "^0.3.0",
"github-slugid": "^1.0.1"
},
"name": "leetcoding",
"description": "This book introduces solutions for the leetcode.",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"CSSselect": "^0.4.1",
"CSSwhat": "^0.4.7",
"cheerio": "^0.17.0",
"core-util-is": "^1.0.2",
"dom-serializer": "^0.1.0",
"domelementtype": "^1.3.0",
"domhandler": "^2.2.1",
"domutils": "^1.5.1",
"entities": "^1.1.1",
"gitbook-plugin-codeblock-filename": "^0.0.8",
"gitbook-plugin-disqus": "^0.1.0",
"gitbook-plugin-multipart": "^0.3.0",
"github-slugid": "^1.0.1",
"htmlparser2": "^3.7.3",
"inherits": "^2.0.3",
"isarray": "^0.0.1",
"lodash": "^2.4.2",
"readable-stream": "^1.1.14",
"string_decoder": "^0.10.31"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/juniway/leetcoding.git"
},
"author": "juniway",
"license": "ISC",
"bugs": {
"url": "https://github.com/juniway/leetcoding/issues"
},
"homepage": "https://github.com/juniway/leetcoding#readme"
}