-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 816 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
{
"name": "puffer-firetv",
"version": "1.0.0",
"description": "Stanford Puffer Live TV Streaming App for Fire TV (Example / How-to)",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "serve -p 1111"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kidGodzilla/puffer-firetv-example.git"
},
"keywords": [
"fire",
"tv",
"fire",
"os",
"tutorial",
"live",
"tv",
"streaming"
],
"author": "James Futhey <futhey@gmail.com> (http://jamesfuthey.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/kidGodzilla/puffer-firetv-example/issues"
},
"homepage": "https://github.com/kidGodzilla/puffer-firetv-example#readme",
"dependencies": {
"serve": "^14.2.4"
}
}