-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 741 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 741 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
{
"name": "python-bot-workshop",
"version": "1.0.0",
"description": "Python chat bot workshop. Uses Brython to execute Python in the browser.",
"scripts": {
"build-sass": "node-sass styles/main.scss styles/style.css",
"watch-sass": "node-sass styles/main.scss styles/style.css -w",
"serve": "serve ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/scottlogic/python-bot-workshop.git"
},
"author": "Martin Moxon",
"license": "ISC",
"bugs": {
"url": "https://github.com/scottlogic/python-bot-workshop/issues"
},
"homepage": "https://moxon6.github.io/python-bot-workshop/",
"dependencies": {
"node-sass": "^4.13.1"
},
"devDependencies": {
"serve": "^11.2.0"
}
}