-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.05 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.05 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
{
"name": "graphml",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"lint": "./node_modules/.bin/eslint controllers ./node_modules/.bin/eslint routes",
"lint-fix": "./node_modules/.bin/eslint controllers ./node_modules/.bin/eslint routes --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BeholderDEV/graphml.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/BeholderDEV/graphml/issues"
},
"homepage": "https://github.com/BeholderDEV/graphml#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "~1.4.3",
"express": "^4.16.3",
"express-xml-bodyparser": "^0.3.0",
"mime": "^2.3.1",
"neo4j-driver": "^1.6.3",
"xml-js": "^1.6.7"
},
"devDependencies": {
"eslint": "^4.17.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"nodemon": "^1.18.4"
}
}