-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 861 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 861 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
{
"name": "alasql-docs",
"version": "0.0.1",
"description": "Documentation for AlaSQL",
"scripts": {
"test": "echo 'No test specified...'",
"install": "pip install mkdocs && pip install markdown-include && npm install -g rexreplace surge",
"get-wiki": "rm -fr ./docs/wiki && git --git-dir=/dev/null clone --depth 1 https://github.com/agershun/alasql.wiki ./docs/wiki && sh clean-wiki.sh",
"build": "mkdocs build --clean",
"publish": "surge ./site/",
"deploy": "npm run get-wiki && npm run build && npm run publish"
},
"main": "",
"repository": {
"type": "git",
"url": "git+https://github.com/AlaSQL/alasql-docs.git"
},
"author": "Mathias Rangel Wulff",
"license": "MIT",
"bugs": {
"url": "https://github.com/AlaSQL/alasql-docs/issues"
},
"homepage": "https://github.com/AlaSQL/alasql-docs#readme"
}