forked from kidGodzilla/puffer-firetv-example
-
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 <[email protected]> (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": "^11.1.0"
}
}