-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 842 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
{
"name": "hiit-timer",
"version": "1.3.5",
"description": "A simple Progressive Web App for timing HIIT workouts. Made with [Elm](https://elm-lang.org) and bootstrapped by [create-elm-app](https://github.com/halfzebra/create-elm-app).",
"main": "index.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshuanianji/HIIT-Timer.git"
},
"scripts": {
"start": "ELM_APP_PRODUCT_VERSION=${npm_package_version} elm-app start",
"build": "ELM_APP_PRODUCT_VERSION=${npm_package_version} elm-app build"
},
"author": "Joshua Ji",
"license": "ISC",
"bugs": {
"url": "https://github.com/joshuanianji/HIIT-Timer/issues"
},
"homepage": "https://github.com/joshuanianji/HIIT-Timer#readme",
"devDependencies": {
"create-elm-app": "^5.22.0"
}
}