-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.19 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
{
"name": "js_dsal",
"version": "1.0.6",
"description": "javascript data structure that User make fuctional method",
"author": {
"name": "Jisung Hong",
"email": "[email protected]"
},
"main": "./src/index.js",
"scripts": {
"doc": "jsdoc -c jsdoc.json",
"test": "mocha --recursive",
"deploy": "gh-pages -d doc"
},
"homepage": "https://github.com/hongjisung/DataStructure",
"repository": {
"type": "git",
"url": "git+https://github.com/hongjisung/DataStructure.git"
},
"bugs": {
"url": "https://github.com/hongjisung/DataStructure/issues"
},
"license": "MIT",
"devDependencies": {
"docdash": "^1.0.1",
"eslint": "^5.10.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"gh-pages": "^2.0.1",
"jsdoc": "^3.5.5",
"mocha": "^5.2.0"
},
"keywords": [
"map",
"mergeSort",
"quickSort",
"removeCondition",
"unique",
"deque",
"list",
"priorityQueue",
"queue",
"stack",
"directed graph",
"undirected graph",
"visualization",
"tree",
"red-black-tree",
"functional"
]
}