-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 871 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
{
"dependencies": {
"commander": "^8.0.0",
"config": "^3.3.6",
"debug": "^4.3.2",
"mongodb": "^3.6.10",
"pixl-xml": "^1.0.13"
},
"name": "mpparchiver",
"description": "Saves a Microsoft Project XML file to Mongo and/or local JSON file",
"version": "0.0.1",
"main": "archiver.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jolewis-ddn/mppArchiver.git"
},
"keywords": [
"MSProject",
"xml",
"mongodb",
"json",
"backup",
"snapshot"
],
"author": "John D. Lewis <31732476+jolewis-ddn@users.noreply.github.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jolewis-ddn/mppArchiver/issues"
},
"homepage": "https://github.com/jolewis-ddn/mppArchiver#readme"
}