-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
30 lines (30 loc) · 1003 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
{
"name": "beautiful-tucan",
"version": "1.0.0",
"description": "~~~ $ git clone --depth 1 https://github.com/drcicero/beautiful-tucan.git $ cd beautiful-tucan $ pip3 install --user -q mechanicalsoup bs4 pystache $ sh make.sh TUID_USER: xxyyxxxx TUID_PASS: xxxxxxxxxxxxxxxxx ~~~",
"private": "true",
"dependencies": {
"ical-generator": "^1.8.1",
"moment-timezone": "^0.5.41"
},
"devDependencies": {
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"init": "webpack --mode=production",
"rebuild": "webpack && python3 step2.py",
"prod": "webpack --mode=production && python3 step2.py"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drcicero/beautiful-tucan.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/drcicero/beautiful-tucan/issues"
},
"homepage": "https://github.com/drcicero/beautiful-tucan#readme"
}