-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
80 lines (80 loc) · 2.44 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "falcor-saddle",
"version": "0.1.2",
"description": "Experimental model route generation for Netflix Falcor – giddyup!",
"main": "lib/index.js",
"files": [
"lib/",
"LICENSE"
],
"scripts": {
"build": "babel src -d lib",
"lint": "eslint -c .eslintrc src",
"test": "npm run lint && mocha test/**/*.spec.js --compilers js:babel-core/register",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/ParabolInc/falcor-saddle"
},
"keywords": [],
"author": "Jordan Husney <jordan.husney@gmail.com> (https://github.com/jordanh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ParabolInc/falcor-saddle/issues"
},
"homepage": "https://github.com/ParabolInc/falcor-saddle",
"devDependencies": {
"babel-cli": "^6.4.5",
"babel-core": "^6.4.5",
"babel-eslint": "^4.1.6",
"babel-plugin-syntax-async-functions": "^6.3.13",
"babel-plugin-transform-async-to-generator": "^6.4.6",
"babel-plugin-transform-regenerator": "^6.4.4",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"body-parser": "^1.14.2",
"chai": "^3.2.0",
"chai-as-promised": "^5.2.0",
"eslint": "1.10.3",
"eslint-config-airbnb": "0.1.0",
"eslint-loader": "^1.0.0",
"eslint-plugin-import": "^0.8.0",
"eslint-plugin-react": "^3.16.1",
"express": "^4.13.4",
"falcor": "^0.1.16",
"falcor-express": "^0.1.2",
"falcor-http-datasource": "^0.1.3",
"falcor-router": "^0.2.12",
"install": "^0.4.1",
"lodash": "^4.17.4",
"mocha": "^2.1.0",
"npm": "^3.6.0",
"pre-commit": "^1.1.1"
},
"dependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-eslint": "^4.1.8",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-regenerator": "^6.21.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"babel-runtime": "^5.8.38",
"body-parser": "^1.15.2",
"chai-as-promised": "^5.3.0",
"eslint-loader": "^1.6.1",
"express": "^4.14.0",
"falcor-express": "^0.1.4",
"falcor-json-graph": "^1.1.7",
"install": "^0.4.4",
"mocha": "^2.5.3",
"npm": "^3.10.10",
"pre-commit": "^1.2.2",
"validate.js": "^0.9.0"
},
"engine": "node >= 4.2.0"
}