-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.26 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
42
43
44
45
46
47
48
49
50
51
{
"name": "falcro",
"version": "2.0.2",
"description": "react + falcor",
"main": "lib/index.js",
"scripts": {
"test": "mocha tests --require tests/prelude",
"build": "NODE_ENV=production babel src -d lib",
"sandbox": "babel-node sandbox"
},
"keywords": [
"falcor",
"react"
],
"author": "Sunil Pai <[email protected]>",
"license": "ISC",
"dependencies": {
"babel-runtime": "^6.3.19"
},
"devDependencies": {
"babel": "^6.3.26",
"babel-cli": "^6.4.0",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"chai": "^3.4.1",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.15.0",
"falcor": "^0.1.15",
"falcor-http-datasource": "^0.1.2",
"falcor-path-syntax": "^0.2.4",
"falcor-router": "^0.2.12",
"isomorphic-fetch": "^2.2.0",
"karma": "^0.13.19",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.2",
"karma-mocha": "^0.2.1",
"karma-webpack": "^1.7.0",
"mocha": "^2.3.4",
"react": "^0.14.6",
"react-dom": "^0.14.6",
"superagent": "^1.6.1",
"webpack": "^1.12.11"
},
"peerDependencies": {
"react": "*",
"falcor": "*"
}
}