-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.03 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
{
"name": "waxstack",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "mocha --timeout --exit",
"start": "node server.js",
"dev": "nodemon server.js",
"convert": "xml-js test.xml --spaces 4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jdkoeppen/waxstack.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jdkoeppen/waxstack/issues"
},
"homepage": "https://github.com/jdkoeppen/waxstack#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"bootstrap": "^4.1.1",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"jquery": "^3.3.1",
"jsonwebtoken": "^8.2.1",
"mongoose": "^5.0.13",
"morgan": "^1.9.0",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"popper.js": "^1.14.3",
"xml-js": "^1.6.2"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"mocha": "^5.1.1",
"nodemon": "^1.17.3"
}
}