-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
33 lines (33 loc) · 1.05 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
{
"name": "legesher-docs",
"version": "0.0.1",
"description": "Legesher's documentation hub.",
"repository": {
"type": "git",
"url": "git+https://github.com/legesher/legesher-docs.git"
},
"keywords": [
"documentation", "legesher", "open-source"
],
"author": "Madison Edgar",
"license": "MIT",
"bugs": {
"url": "https://github.com/legesher/legesher-docs/issues"
},
"homepage": "https://github.com/legesher/legesher-docs#readme",
"dependencies": {},
"devDependencies": {
"@unibeautify/beautifier-black": "^0.1.1",
"@unibeautify/beautifier-js-beautify": "^0.4.0",
"@unibeautify/beautifier-prettier": "^0.9.0",
"@unibeautify/beautifier-prettydiff": "^0.6.0",
"@unibeautify/beautifier-yapf": "^0.3.0",
"@unibeautify/cli": "^0.5.1",
"all-contributors-cli": "^6.26.1",
"js-beautify": "^1.10.3",
"minimist": ">=1.2.6",
"prettier": "^1.19.1",
"prettydiff2": "^2.2.8",
"unibeautify": "^0.17.0"
}
}