-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.11 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
{
"name": "jsdoctypeparser-demo",
"version": "6.1.0-demo-build1",
"description": "Demo for jsdoctypeparser/jsdoctypeparser",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"prepare": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jsdoctypeparser/JSDocTypeParser.GitHub.io"
},
"keywords": [
"demo",
"jsdoc"
],
"author": "Kuniwak",
"contributors": [
"Brett Zamir"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jsdoctypeparser/JSDocTypeParser.GitHub.io/issues"
},
"homepage": "https://jsdoctypeparser.github.io/",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"bootstrap": "^4.6.0",
"github-fork-ribbon-css": "^0.2.3",
"google-code-prettify": "^1.0.5",
"jquery": "^3.6.0",
"popper.js": "^1.16.1"
},
"devDependencies": {
"browserify": "^17.0.0",
"eslint": "^7.24.0",
"gulp": "^4.0.2",
"gulp-watch": "^5.0.1",
"jsdoctypeparser": "9.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}