This repository has been archived by the owner on Oct 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
88 lines (88 loc) · 2.48 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "medic",
"version": "3.3.0",
"private": true,
"license": "AGPL-3.0-only",
"repository": {
"type": "git",
"url": "git://github.com/medic/medic-webapp.git"
},
"engines": {
"node": ">=8.11.0",
"yarn": ">=1.7.0"
},
"scripts": {
"start": "./node_modules/.bin/concurrently \"node api/server.js\" \"node sentinel/server.js\"",
"webdriver": "webdriver-manager update && webdriver-manager start",
"dev": "nf start"
},
"devDependencies": {
"angular-mocks": "^1.7.3",
"autoprefixer": "^9.1.3",
"browserify-ngannotate": "^2.0.0",
"bundlesize": "^0.17.0",
"chai": "^4.1.2",
"foreman": "^3.0.1",
"grunt": "^1.0.3",
"grunt-angular-templates": "^1.0.3",
"grunt-appcache": "^0.2.0",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "github:scdf/grunt-contrib-watch#v1.0.0-fix_dirs_firing",
"grunt-couch": "^1.5.1",
"grunt-env": "^0.4.4",
"grunt-exec": "^3.0.0",
"grunt-karma": "^2.0.0",
"grunt-mocha-test": "^0.13.3",
"grunt-notify": "^0.4.5",
"grunt-optimize-js": "^0.6.0",
"grunt-postcss": "^0.9.0",
"grunt-protractor-runner": "^5.0.0",
"grunt-regex-check": "^0.1.10",
"grunt-sass": "^3.0.1",
"grunt-text-replace": "^0.4.0",
"grunt-xmlmin": "^0.1.8",
"jit-grunt": "^0.10.0",
"jshint-stylish": "^2.1.0",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.1.1",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-spec-reporter": "0.0.32",
"mocha": "^5.2.0",
"moment": "^2.22.2",
"node-sass": "^4.9.3",
"nodemon": "^1.18.3",
"pouchdb-adapter-http": "^7.0.0",
"pouchdb-core": "^7.0.0",
"pouchdb-mapreduce": "^7.0.0",
"protractor-jasmine2-screenshot-reporter": "^0.5.0",
"semver": "^5.6.0",
"sinon": "^6.1.5",
"time-grunt": "^1.3.0",
"underscore": "^1.9.1"
},
"bundlesize": [
{
"path": "./build/ddocs/medic/_attachments/js/inbox.js",
"maxSize": "800 kB"
},
{
"path": "./build/ddocs/medic/_attachments/js/templates.js",
"maxSize": "30 kB"
},
{
"path": "./build/ddocs/medic/_attachments/css/inbox.css",
"maxSize": "70 kB"
}
],
"dependencies": {
"concurrently": "^4.1.0"
}
}