-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 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
54
55
{
"name": "@chisel/fluorite",
"version": "1.4.1",
"description": "An easy-to-use API documentation generator.",
"main": "fluorite.js",
"bin": {
"fl": "bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/chisel/fluorite.git"
},
"keywords": [
"chisel",
"fluorite",
"markdown",
"api",
"restful",
"rest",
"documentation",
"doc",
"docs",
"generator",
"tool",
"easy"
],
"author": "Ramtin Soltani <ramtin@chiselpowered.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chisel/fluorite/issues"
},
"homepage": "https://fluorite.js.org",
"dependencies": {
"autoprefixer": "^10.4.14",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"clean-css": "^5.3.2",
"cli-spinner": "^0.2.10",
"commander": "^7.1.0",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"handlebars": "^4.7.7",
"lodash": "^4.17.21",
"marked": "^4.3.0",
"postcss": "^8.4.23",
"prismjs": "^1.29.0",
"sass": "^1.62.1",
"semver": "^7.5.0",
"terser": "^5.17.1",
"yaml-import": "^2.0.0"
}
}