-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.7 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
{
"name": "falcor-vertx-web",
"version": "0.1.1",
"description": "A falcor server for vertx.",
"main": "src/index.js",
"homepage": "https://github.com/ramukima/falcor-vertx-web",
"author": {
"name": "ramukima",
"url": "https://github.com/ramukima/falcor-vertx-web/authors.txt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ramukima/falcor-vertx-web.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",
"rx": "~2.3.24"
},
"devDependencies": {
"chai": "^3.2.0",
"eslint": "^0.21.0",
"falcor-router": "0.2.4",
"gulp": "^3.9.0",
"gulp-eslint": "^0.15.0",
"gulp-mocha": "^2.1.3",
"sinon": "^1.15.4"
},
"gitHead": "d2111268eecf70976cf39b8c3fe8375575c4de65",
"bugs": {
"url": "https://github.com/ramukima/falcor-vertx-web/issues"
},
"_id": "[email protected]",
"_shasum": "da143e50e42680a263a4c99a98b2fb4aae2e9add",
"_from": "[email protected]",
"_npmVersion": "2.8.4",
"_nodeVersion": "0.10.24",
"_npmUser": {
"name": "ramukima",
"email": "[email protected]"
},
"dist": {
"shasum": "da143e50e42680a263a4c99a98b2fb4aae2e9add",
"tarball": "http://registry.npmjs.org/falcor-vertx-web/-/falcor-vertx-web-0.1.1.tgz"
},
"maintainers": [
{
"name": "Amit Kumar",
"email": "[email protected]"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/falcor-vertx-web/-/falcor-vertx-web-0.1.1.tgz"
}