-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 869 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
{
"name": "PolarClockElm",
"description": "A colorful animated polar clock in the browser. Built with Elm and inspired by an infamous screensaver.",
"keywords": [
"elm",
"animation",
"polar-clock",
"clock",
"screensaver"
],
"repository": {
"type": "git",
"url": "git://github.com/sandydoo/PolarClockElm"
},
"license": "BSD-3-Clause",
"author": "Sander Melnikov <[email protected]>",
"homepage": "https://polarclockelm.sandydoo.me/",
"private": true,
"scripts": {
"start": "yarn parcel public/index.html",
"build": "scripts/build.sh",
"deploy": "scripts/deploy.sh"
},
"dependencies": {
"elm": "^0.19.1-3"
},
"devDependencies": {
"elm-hot": "^1.1.4",
"gh-pages": "^3.0.0",
"node-elm-compiler": "^5.0.4",
"parcel-bundler": "^1.12.4",
"parcel-plugin-browserconfig": "^1.0.5"
}
}