-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
19 lines (19 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "watchr-prototype",
"version": "1.0.0",
"description": "## What is *watchr*? For binge watchers and casual media consumers who want to better keep track all of the shows and movies they view, *watchr* is a media-tracking solution that tracks release dates and users’ progression through shows and movies. Unlike other media-tracking solutions like TVShowTime or Trakt.tv, *watchr* focuses on the social aspect of watching shows and movies, giving users the ability to recommend and challenge friends to binge series, all while receiving badges and awards for completing certain shows and movies, or winning challenges with friends.",
"main": "index.js",
"scripts": {
"start": "php -S localhost:3000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshpensky/watchr-prototype.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/joshpensky/watchr-prototype/issues"
},
"homepage": "https://github.com/joshpensky/watchr-prototype#readme"
}