forked from medic/cht-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.63 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
89
90
91
92
93
{
"name": "medic",
"version": "3.6.0",
"private": true,
"license": "AGPL-3.0-only",
"repository": {
"type": "git",
"url": "git://github.com/medic/medic.git"
},
"engines": {
"node": ">=8.11.0",
"npm": ">=6.4.1"
},
"scripts": {
"test": "grunt test",
"webdriver": "webdriver-manager update && webdriver-manager start"
},
"devDependencies": {
"angular-jsdoc": "^1.5.1",
"angular-mocks": "^1.7.5",
"autoprefixer": "^9.3.1",
"browserify-ngannotate": "^2.0.0",
"bundlesize": "^0.17.0",
"chai": "^4.2.0",
"chai-shallow-deep-equal": "^1.4.6",
"eslint": "^5.1.0",
"eslint-plugin-angular": "^4.0.0",
"eslint-plugin-compat": "^2.6.3",
"eslint-plugin-couchdb": "^0.1.0",
"eslint-plugin-jasmine": "^2.10.1",
"eslint-plugin-no-only-tests": "^2.1.0",
"grunt": "^1.0.3",
"grunt-angular-templates": "^1.1.0",
"grunt-browserify": "^5.3.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.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-jsdoc": "^2.4.0",
"grunt-karma": "^3.0.1",
"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-sass": "^3.0.2",
"grunt-text-replace": "^0.4.0",
"grunt-xmlmin": "^0.1.8",
"jasmine-spec-reporter": "^4.2.1",
"jit-grunt": "^0.10.0",
"karma": "^3.1.3",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-spec-reporter": "0.0.32",
"loose-envify": "^1.4.0",
"mocha": "^5.2.0",
"moment": "^2.22.2",
"node-sass": "^4.10.0",
"nodemon": "^1.18.7",
"pouchdb-adapter-http": "^7.0.0",
"pouchdb-core": "^7.0.0",
"pouchdb-mapreduce": "^7.0.0",
"protractor": "^5.4.2",
"protractor-jasmine2-screenshot-reporter": "^0.5.0",
"rewire": "^4.0.1",
"semver": "^5.6.0",
"sinon": "^7.1.1",
"sw-precache": "^5.2.1",
"time-grunt": "^2.0.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": {}
}