This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
29 lines (29 loc) · 1.54 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
{
"name": "docs",
"version": "1.0.0",
"description": "--- home: true heroImage: /media/logo.png heroText: \" \" tagline: A framework for building desktop apps using Go & Web Technologies actionText: Quick Start! → actionLink: /quick_start pageClass: homepage-class actionTextTwo: Learn More → actionLinkTwo: /home features: - title: Your Backend is Go details: Write standard Go code, like you always have. If you have an existing Go application, it's easy to put an HTML frontend on it. - title: Your Frontend is Anything details: Use any frontend technologies you like and call your Go code from Javascript. - title: Your App is Awesome details: The Wails tooling generates your projects, builds both your frontend & backend and creates a single binary. Mac, Linux & Windows supported! footer: MIT Licensed | Copyright © 2019-present Lea Anthony sidebarDepth: 1 ---",
"main": "index.js",
"dependencies": {
"vuepress": "^1.0.2",
"@vuepress/plugin-google-analytics": "^1.0.0-rc.1"
},
"scripts": {
"docs:build": "NODE_ENV=production ./node_modules/.bin/vuepress build",
"docs:dev": "npx vuepress dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wailsapp/docs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wailsapp/docs/issues"
},
"homepage": "https://github.com/wailsapp/docs#readme",
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.0.0-rc.1"
}
}