forked from microsoft/vscode-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 830 Bytes
/
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
{
"name": "vscode-docs",
"version": "0.10.3",
"author": {
"name": "Microsoft Corporation"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode-docs.git"
},
"devDependencies": {
"event-stream": "^3.3.1",
"gulp": "^3.9.0",
"gulp-data": "^1.2.0",
"gulp-front-matter": "^1.2.3",
"gulp-imagemin": "^2.3.0",
"gulp-marked": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-slash": "^1.1.3",
"gulp-typedoc": "^1.2.1",
"gulp-util": "^3.0.7",
"highlight.js": "^8.7.0",
"markdown-it": "^4.4.0",
"swig": "^1.4.2",
"vinyl": "^0.5.1",
"gulp-git": "^1.6.0",
"del": "^2.1.0",
"request": "^2.67.0",
"run-sequence": "^1.1.5",
"rimraf": "^2.4.4",
"marked": "^0.3.5",
"gulp-tsb": "1.8.0",
"node.extend": "^1.1.5"
}
}