-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 815 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 815 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
27
28
{
"name": "reminder",
"version": "1.0.0",
"description": "pwa experiment for setting reminders",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "serve -l 8002",
"ssh-tunnel": "ssh -R 80:localhost:8002 ssh.localhost.run",
"dev": "multispawn npm start ! npm run -s ssh-tunnel"
},
"author": "Kiril Vatev <vatev.1@gmail.com>",
"license": "ISC",
"devDependencies": {
"eslint": "^5.16.0",
"multispawn": "^1.0.0",
"serve": "^11.3.1"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/catdad-experiments/reminder.git"
},
"bugs": {
"url": "https://github.com/catdad-experiments/reminder/issues"
},
"homepage": "https://github.com/catdad-experiments/reminder#readme"
}