-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
25 lines (25 loc) · 852 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
{
"name": "breath-web-app",
"version": "0.9.6-beta",
"description": "A Web & Mobile App to help you focus on and calm your breathing.",
"keywords": [ "breath", "breathing", "biofeedback", "HRV", "meditation", "wellbeing", "web-app", "svg-animation", "animation" ],
"license": "GPL-3.0+",
"homepage": "https://nfreear.github.io/breath/?utm_source=pkg&sound=baltic",
"repository": "https://github.com/nfreear/breath.git",
"bugs": "https://github.com/IET-OU/admins-bot/issues",
"author": "Nick Freear (https://twitter.com/nfreear)",
"files": [
"docs/index.html",
"docs/*",
"docs/lib/*",
"docs/sound/*"
],
"scripts": {
"start": "cd ./docs && live-server --port=9001 --watch=./ --no-browser",
"test": "semistandard"
},
"devDependencies": {
"live-server": "^1.2.1",
"semistandard": "^14.2.0"
}
}