-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 848 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
{
"dependencies": {
"babel-core": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"eslint": "^3.19.0",
"hapi": "^16.1.1",
"hapi-swagger": "^7.7.0",
"inert": "^4.2.0",
"neo4j-driver": "^1.2.0",
"nodemon": "^1.11.0",
"vision": "^4.1.1"
},
"name": "hapi-neo4j",
"version": "1.0.0",
"description": "pratice purpose",
"main": "index.js",
"devDependencies": {},
"scripts": {
"start": "nodemon bootstrap.js"
},
"eslintConfig": {
"env": {
"browser": true,
"node": true
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/vsgheravada/hapi-neo4j.git"
},
"author": "Vishal Gheravada",
"license": "MIT",
"bugs": {
"url": "https://github.com/vsgheravada/hapi-neo4j/issues"
},
"homepage": "https://github.com/vsgheravada/hapi-neo4j#readme"
}