-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
59 lines (59 loc) · 1.56 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
{
"name": "falcor-router",
"version": "0.8.3",
"description": "A router DataSource constructor for falcor that allows you to model all your cloud data sources as a single JSON resource.",
"main": "src/Router.js",
"homepage": "https://github.com/Netflix/falcor-router",
"author": {
"name": "Netflix",
"url": "https://github.com/Netflix/falcor-router/authors.txt"
},
"license": "Apache-2.0",
"directories": {
"test": "test"
},
"dependencies": {
"falcor-observable": "^1.3.0",
"falcor-path-syntax": "0.2.4",
"falcor-path-utils": "^0.7.0",
"symbol-observable": "^1.0.4"
},
"devDependencies": {
"chai": "^2.3.0",
"conventional-changelog-cli": "^1.2.0",
"coveralls": "^2.11.2",
"falcor": "^0.1.17",
"gulp": "~3.8.11",
"gulp-bump": "~0.1.13",
"gulp-clean": "~0.3.1",
"gulp-concat": "~2.4.3",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^0.9.0",
"gulp-license": "~1.0.0",
"gulp-mocha": "^2.0.1",
"gulp-rename": "~1.2.0",
"lodash": "^3.8.0",
"mocha": "^5.2.0",
"promise": "^7.0.1",
"sinon": "^1.15.4",
"through2": "~0.6.3"
},
"scripts": {
"test": "node node_modules/gulp/bin/gulp.js test-coverage",
"dist": "node node_modules/gulp/bin/gulp.js dist",
"lint": "node node_modules/gulp/bin/gulp.js lint"
},
"repository": {
"type": "git",
"url": "git://github.com/Netflix/falcor-router.git"
},
"keywords": [
"Falcor",
"Router",
"Netflix",
"falcorjs"
],
"bugs": {
"url": "https://github.com/Netflix/falcor-router/issues"
}
}