-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 926 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 926 Bytes
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
{
"name": "conduit",
"version": "1.0.3",
"description": "Beta version of Conduit",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ngageoint/conduit.git"
},
"engines": {
"node": "6.x"
},
"author": "National Geospatial-Intelligence Agency",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/ngageoint/conduit/issues"
},
"homepage": "https://github.com/ngageoint/conduit#readme",
"dependencies": {
"axios": "^0.17.1",
"connect-pg-simple": "^4.2.1",
"docxtemplater": "^3.2.4",
"docxtemplater-image-module": "^3.1.0",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"express-rate-limit": "^2.11.0",
"express-session": "^1.15.6",
"glob": "^7.1.2",
"jszip": "2.6.1",
"npm-install-version": "^6.0.2",
"object-hash": "^1.2.0",
"pg": "^7.4.1",
"request": "^2.83.0",
"xml2js": "^0.4.19"
}
}