forked from vcpkg/vcpkg.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 679 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 679 Bytes
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
{
"name": "vcpkg_web",
"version": "0.1.0",
"description": "The official website for the vcpkg package manager",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"@octokit/rest": "^19.0.4",
"@types/jquery": "^3.5.1",
"@types/node": "^16.4.13",
"http-server": "^14.1.1",
"mustache": "^4.2.0"
},
"scripts": {
"start": "npx http-server -p 8080 -a localhost -c-1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vcpkg/vcpkg.github.io"
},
"author": "The vcpkg team",
"license": "MIT",
"bugs": {
"url": "https://github.com/vcpkg/vcpkg.github.io"
},
"homepage": "https://vcpkg.github.io"
}