-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.45 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.45 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
{
"dependencies": {
"@types/body-parser": "^1.17.1",
"@types/d3": "^5.7.2",
"@types/express": "^4.17.2",
"@types/request": "^2.48.1",
"arangojs": "^6.14.0",
"basic-auth": "^2.0.1",
"body-parser": "^1.20.3",
"css-loader": "^3.6.0",
"d3": "^5.16.0",
"expose-loader": "^1.0.0",
"express": "^4.20.0",
"grunt": "^1.5.3",
"grunt-cli": "^1.3.2",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-ts": "^6.0.0-beta.21",
"grunt-tslint": "^5.0.2",
"less-loader": "^6.2.0",
"multer": "^2.0.2",
"needle": "^2.5.0",
"purecss": "^1.0.0",
"raw-loader": "^4.0.1",
"to-string-loader": "^1.1.6",
"tslint": "^5.11.0",
"typescript": "^3.7.4"
},
"name": "GraphRedexAPI",
"version": "0.0.1",
"description": "Graph redex API server that calls the real graph redex",
"main": "index.js",
"repository": "https://github.com/chscholl/GraphRedex/",
"author": "Robbert Gurdeep Singh",
"license": "MIT",
"private": true,
"devDependencies": {
"@types/node": "^13.7.6",
"eslint": "^5.8.0",
"eslint-config-google": "^0.11.0",
"grunt-webpack": "^3.1.3",
"ts-loader": "^8.0.0",
"webpack": "^4.43.0"
},
"engines": {
"node": ">=14"
},
"scripts": {
"start": "./start.sh"
}
}