-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.01 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "meshwesh",
"description": "Army List Manager",
"version": "0.5.13",
"engines": {
"node": "10.16.3"
},
"main": "index.js",
"scripts": {
"start": "node ./bin/start-prod-server.js",
"postinstall": "webpack",
"test:server-api": "mocha test/api",
"test:client-unit": "karma start",
"start-webdriver": "./node_modules/.bin/webdriver-manager start",
"test:client-ui": "protractor",
"check:openApi": "swagger-cli validate ./app/routes/openApiSpecs/api.yaml",
"check:vulnerability": "./node_modules/.bin/snyk test --insecure"
},
"repository": {
"type": "git",
"url": "[email protected]:ElJocko/meshwesh.git"
},
"author": "Jack Sheriff <[email protected]>",
"license": "ISC",
"dependencies": {
"angular": "^1.8.2",
"angular-animate": "^1.8.2",
"angular-loading-bar": "^0.9.0",
"angular-messages": "^1.8.2",
"angular-mocks": "^1.8.2",
"angular-resource": "^1.8.2",
"angular-route": "^1.8.2",
"angular-ui-bootstrap": "^2.5.6",
"angular-ui-grid": "^4.9.1",
"async": "^2.6.3",
"body-parser": "^1.19.0",
"bootstrap": "^3.4.1",
"compression": "^1.7.4",
"dotenv": "^1.2.0",
"express": "^4.17.1",
"express-jsonschema": "^1.1.0",
"helmet": "^3.23.3",
"jquery": "^3.5.1",
"jwt-simple": "^0.5.6",
"lodash": "^4.17.20",
"marked": "^2.1.3",
"mongodb-uri": "^0.9.7",
"mongoose": "^5.10.14",
"morgan": "^1.10.0",
"papaparse": "^5.3.0",
"pdfmake": "^0.1.68",
"titlecase": "^1.1.3",
"winston": "^3.3.3"
},
"devDependencies": {
"copy-webpack-plugin": "^4.0.1",
"expect": "^1.9.0",
"ink-docstrap": "^1.3.0",
"jasmine": "^2.3.2",
"jsdoc": "^3.6.6",
"karma": "^0.13.15",
"karma-cli": "^0.1.2",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.6",
"mocha": "^2.3.0",
"mongodb-memory-server": "^6.9.2",
"protractor": "^5.4.4",
"snyk": "^1.427.0",
"supertest": "^1.1.0",
"swagger-cli": "^2.3.5",
"webpack": "^3.12.0"
}
}