-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1 KB
/
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
38
39
40
41
{
"name": "cerebral-falcor-module",
"version": "0.2.0",
"description": "Cerebral integration for Netflix's Falcor",
"main": "dist/index.js",
"scripts": {
"dev": "webpack --devtool source-map --progress --colors --watch",
"build": "webpack --progress --colors"
},
"peerDependencies": {
"cerebral": "^0.28.0"
},
"dependencies": {
"deep-diff": "^0.3.3",
"falcor": "Netflix/falcor#0.x",
"falcor-expand-cache": "0.0.2",
"falcor-http-datasource": "^0.1.2"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.24",
"webpack": "^1.12.2"
},
"repository": {
"type": "git",
"url": "https://github.com/bfitch/cerebral-falcor-module.git"
},
"keywords": [
"cerebral",
"falcor",
"netflix",
"react"
],
"author": "Brian Fitch",
"license": "MIT",
"bugs": {
"url": "https://github.com/bfitch/cerebral-falcor-module/issues"
},
"homepage": "https://github.com/bfitch/cerebral-falcor-module"
}