-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 964 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
{
"name": "induction_furnace",
"version": "1.0.0",
"description": "=========================== README of Induction Furnace ===========================",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install_py": "PIPENV_VENV_IN_PROJECT=1 pipenv install",
"clean_docs": "rm -fr docs/build",
"build_docs": "pipenv run sphinx-build -b html docs/ docs/build/",
"view_docs": "sensible-browser docs/build/index.html",
"the_docs": "run-s clean_docs build_docs view_docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/charlyoleg/induction_furnace.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/charlyoleg/induction_furnace/issues"
},
"homepage": "https://github.com/charlyoleg/induction_furnace#readme",
"dependencies": {
"npm-run-all": "^4.1.5"
}
}