forked from Netflix/falcor-router-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 971 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
34
35
36
37
{
"name": "falcor-router-demo",
"version": "1.0.5",
"description": "A sample Router for a Netflix-like Application.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js 2>&1"
},
"dependencies": {
"falcor": "~0.1.12",
"falcor-json-graph": "~1.1.5",
"falcor-router": "~0.2.9",
"pouchdb": "4.0.3",
"promise": "7.0.3",
"rx": "2.5.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Netflix/falcor-router-demo.git"
},
"author": {
"name": "Netflix",
"url": "https://github.com/Netflix/falcor/authors.txt"
},
"licenses": [
{
"type": "Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"bugs": {
"url": "https://github.com/Netflix/falcor-router-demo/issues"
},
"homepage": "https://github.com/Netflix/falcor-router-demo#readme",
"devDependencies": {}
}