-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
65 lines (65 loc) · 1.48 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
56
57
58
59
60
61
62
63
64
65
{
"name": "supercollider",
"version": "1.5.3",
"description": "Documentation generator that can combine data from multiple parsers, such as SassDoc and JSDoc.",
"keywords": [
"documentation",
"generator",
"sassdoc",
"jsdoc"
],
"main": "index.js",
"bin": {
"supercollider": "./bin/supercollider.js"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"author": "Foundation <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/foundation/supercollider.git"
},
"bugs": {
"url": "https://github.com/foundation/supercollider/issues"
},
"dependencies": {
"async": "^0.9.0",
"chalk": "^1.1.1",
"commander": "^2.8.1",
"escape-html": "^1.0.3",
"extend": "^3.0.2",
"front-matter": "^1.0.0",
"glob": "^7.1.4",
"glob-all": "^3.1.0",
"gulp-util": "^3.0.7",
"handlebars": "^4.1.2",
"js-yaml": "^3.13.1",
"jsdoc-api": "^5.0.2",
"jsdoc3-parser": "^1.0.4",
"lodash.template": ">=4.5.0",
"marked": "^2.0.0",
"mkdirp": "^0.5.1",
"rimraf": "^2.2.8",
"sassdoc": "^2.7.3",
"string-template": "^0.2.0",
"through2": "^0.6.3",
"vinyl-fs": "^3.0.3"
},
"resolutions": {
"marked": "^2.0.0",
"glob-parent": "^5.1.2",
"yargs-parser": "^20.2.4"
},
"devDependencies": {
"chai": "^3.5.0",
"highlight.js": "^8.4.0",
"mocha": "^8.0.1",
"vinyl": "^2.2.0",
"watchjs": "0.0.0"
}
}