This repository has been archived by the owner on Apr 16, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
54 lines (54 loc) · 1.53 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
{
"name": "logistics-wizard-erp",
"version": "1.0.0",
"main": "server/server.js",
"engines": {
"node": "12.13.0",
"npm": "^6.12.0"
},
"scripts": {
"start": "node .",
"test": "mocha test/*.js",
"coverage": "istanbul cover _mocha test/*.js --report lcovonly -- -R spec --timeout 300000 && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage/",
"localcoverage": "istanbul cover _mocha test/*.js --report html -- -R spec --timeout 300000",
"exportapi": "slc loopback:export-api-def -o spec.yaml"
},
"dependencies": {
"async": "2.1.4",
"bcryptjs": "2.3.0",
"compression": "1.6.2",
"cors": "2.8.1",
"heartbeats": "5.0.1",
"helmet": "3.1.0",
"http": "0.0.0",
"loopback": "2.36.0",
"loopback-boot": "2.23.0",
"loopback-component-explorer": "2.7.0",
"loopback-connector-cloudant": "^2.1.0",
"loopback-datasource-juggler": "2.53.0",
"randomstring": "1.1.5",
"request": "2.79.0",
"serve-favicon": "2.3.2",
"string-hash": "1.1.1",
"sync-request": "3.0.1",
"underscore": "1.8.3",
"winston": "2.3.0"
},
"devDependencies": {
"chai": "3.5.0",
"coveralls": "2.11.15",
"istanbul": "0.4.5",
"jshint": "2.9.4",
"mocha": "*",
"mocha-lcov-reporter": "^1.2.0",
"nock": "9.0.2",
"nsp": "2.6.2",
"supertest": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/IBM-Cloud/logistics-wizard-erp/"
},
"license": "Apache-2.0",
"description": "Logistics Wizard ERP"
}