-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 988 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
32
33
34
35
36
{
"name": "bonjwa-schedule",
"version": "1.2.0",
"description": "Displays the latest schedule for the Bonjwa Twitch channel",
"scripts": {
"build": "elm make ./src/Popup.elm --optimize --output=dist/popup/elm.js",
"build:dev": "elm make ./src/Popup.elm --output=dist/popup/elm.js",
"build:watch": "nodemon -e elm --exec npm run build:dev",
"format": "elm-format ./src/",
"dev": "web-ext run -s ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/virtuaCode/bonjwa-programm.git"
},
"keywords": [
"bonjwa",
"programm",
"addon",
"firefox"
],
"author": "Michael Schmidt",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/virtuaCode/bonjwa-programm/issues"
},
"homepage": "https://github.com/virtuaCode/bonjwa-programm#readme",
"dependencies": {
"elm": "^0.19.0",
"elm-format": "^0.8.0"
},
"devDependencies": {
"web-ext": "^2.4.0",
"nodemon": "^1.18.4"
}
}