-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 798 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 798 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
28
{
"name": "simple-statistics-docs",
"version": "7.8.7",
"description": "simple statistics documentation website",
"main": "index.js",
"scripts": {
"start": "documentation watch ./simple-statistics",
"build": "documentation build ./simple-statistics/src/*.js --project-version='7.8.7' --project-name 'simple-statistics' -f html -o . -c documentation.yml"
},
"repository": {
"type": "git",
"url": "https://github.com/simple-statistics/docs.git"
},
"keywords": [
"simple",
"statistics",
"documentation"
],
"author": "Tom MacWright",
"license": "ISC",
"bugs": {
"url": "https://github.com/simple-statistics/docs/issues"
},
"homepage": "https://github.com/simple-statistics/docs",
"devDependencies": {
"documentation": "^14.0.3"
}
}