-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.54 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.54 KB
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": "senegraph",
"version": "0.0.19",
"description": "Hapi JS and Express plugin connecting SenecaJS with GraphQL",
"main": "index.js",
"scripts": {
"precommit": "npm test",
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Durisvk/senegraph"
},
"keywords": [
"seneca",
"hapi",
"chairo",
"graphql",
"sengraph"
],
"author": "Juraj Carnogursky",
"license": "ISC",
"devDependencies": {
"@types/bluebird": "^3.5.8",
"@types/body-parser": "^1.16.4",
"@types/chai": "^4.0.1",
"@types/chai-as-promised": "0.0.31",
"@types/connect": "^3.4.30",
"@types/express": "^4.0.36",
"@types/graphql": "^0.9.3",
"@types/hapi": "^16.1.6",
"@types/json5": "0.0.29",
"@types/lodash": "^4.14.68",
"@types/mocha": "^2.2.41",
"@types/seneca": "^2.1.6",
"@types/sinon": "^2.3.2",
"chai": "^4.0.2",
"chai-as-promised": "^7.1.1",
"connect": "^3.6.2",
"express": "^4.15.3",
"grunt": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.13.2",
"grunt-ts": "^6.0.0-beta.16",
"hapi": "^16.4.3",
"husky": "^0.14.3",
"istanbul": "1.0.0-alpha.2",
"mocha": "^3.4.2",
"sinon": "^2.3.7",
"supertest": "^3.0.0",
"supertest-as-promised": "^4.0.2",
"typescript": "^2.4.1"
},
"dependencies": {
"bluebird": "^3.5.0",
"body-parser": "^1.17.2",
"graphql": "^0.12.3",
"graphql-tools": "^1.1.0",
"json5": "^0.5.1",
"lodash": "^4.17.4",
"seneca": "^3.4.1"
}
}