-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
39 lines (39 loc) · 976 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
38
39
{
"name": "falcor-express",
"version": "0.1.4",
"description": "A falcor server for express.",
"main": "src/index.js",
"homepage": "https://github.com/Netflix/falcor-express",
"author": {
"name": "Netflix",
"url": "https://github.com/Netflix/falcor-express/authors.txt"
},
"repository": {
"type": "git",
"url": "https://github.com/Netflix/falcor-express.git"
},
"licenses": [
{
"type": "Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"scripts": {
"lint": "node node_modules/gulp/bin/gulp.js lint",
"test": "node node_modules/gulp/bin/gulp.js test"
},
"dependencies": {
"body-parser": "^1.12.4",
"express": "^4.11.1",
"rx": "~2.3.24"
},
"devDependencies": {
"chai": "^3.2.0",
"eslint": "^0.21.0",
"falcor-router": "0.2.9",
"gulp": "^3.9.0",
"gulp-eslint": "^0.15.0",
"gulp-mocha": "^2.1.3",
"sinon": "^1.15.4"
}
}