forked from enketo/enketo-express
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
134 lines (134 loc) · 4.39 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "enketo-express",
"description": "Webforms evolved.",
"homepage": "https://enketo.org",
"version": "2.7.3",
"main": "./app.js",
"engines": {
"node": ">=12",
"npm": ">=6 <7"
},
"repository": {
"type": "git",
"url": "https://github.com/enketo/enketo-express"
},
"bugs": {
"url": "https://github.com/enketo/enketo-express/issues"
},
"author": {
"name": "Martijn van de Rijdt",
"email": "[email protected]",
"url": "https://www.linkedin.com/in/martijnvanderijdt"
},
"contributors": [],
"scripts": {
"start": "node .",
"test": "grunt test",
"postinstall": "grunt",
"beautify": "grunt eslint:fix",
"build-docs": "rimraf docs && ./node_modules/.bin/jsdoc -c jsdoc.config.js"
},
"private": true,
"license": "Apache-2.0",
"dependencies": {
"aliasify": "^2.1.0",
"basic-auth": "^2.0.1",
"body-parser": "^1.19.0",
"bristol": "^0.4.0",
"busboy": "^0.3.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"csurf": "^1.11.0",
"db.js": "^0.15.0",
"debug": "^4.3.1",
"enketo-core": "enketo/enketo-core#c35aaba0",
"enketo-transformer": "1.42.0",
"evp_bytestokey": "^1.0.3",
"express": "^4.17.1",
"grunt": "^1.3.0",
"grunt-env": "^1.0.1",
"grunt-i18next": "^0.2.0",
"grunt-sass": "^3.1.0",
"grunt-shell-spawn": "^0.4.0",
"grunt-terser": "^1.0.0",
"i18next": "^19.9.2",
"i18next-browser-languagedetector": "^6.1.0",
"i18next-fs-backend": "^1.1.1",
"i18next-http-backend": "^1.2.1",
"i18next-http-middleware": "^3.1.1",
"jquery": "^3.6.0",
"jstransformer-markdown-it": "^2.1.0",
"jszip": "^3.6.0",
"jwt-simple": "^0.5.6",
"load-grunt-tasks": "^5.1.0",
"lodash": "^4.17.21",
"morgan": "^1.10.0",
"node-forge": "^0.10.0",
"node-sass": "^5.0.0",
"papaparse": "^5.3.0",
"pug": "^3.0.2",
"puppeteer": "^8.0.0",
"redis": "^3.1.1",
"request": "^2.88.2",
"request-filtering-agent": "^1.0.5",
"rollup": "^2.45.1",
"rollup-plugin-alias": "^2.2.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-istanbul": "^2.0.1",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "5.2.x",
"serve-favicon": "^2.5.0",
"time-grunt": "^2.0.0",
"valid-url": "^1.0.9",
"vex-dialog-enketo": "github:enketo/vex-dialog-enketo#b6e0f01",
"vex-js": "^4.1.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"docdash": "^1.2.0",
"eslint-plugin-jsdoc": "^32.3.0",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^23.0.0",
"grunt-karma": "^4.0.0",
"grunt-mocha-test": "^0.13.3",
"grunt-nodemon": "^0.4.2",
"grunt-simple-nyc": "^3.0.1",
"i18next-parser": "^2.2.0",
"istanbul": "^0.4.5",
"istanbul-reporter-shield-badge": "^1.2.1",
"jsdoc": "^3.6.6",
"karma": "^6.3.2",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "^2.1.0",
"karma-mocha": "^2.0.1",
"karma-opera-launcher": "^1.0.0",
"karma-rollup-preprocessor": "^7.0.7",
"karma-safari-launcher": "^1.0.0",
"karma-sinon-chai": "^2.0.2",
"mocha": "^8.3.2",
"nock": "^13.0.11",
"rimraf": "^3.0.2",
"sinon": "^9.2.4",
"sinon-chai": "^3.6.0",
"supertest": "^6.1.3"
},
"browser": {
"enketo/config": "./public/js/src/module/client-config",
"enketo/widgets": "./public/js/build/widgets",
"enketo/translator": "./public/js/src/module/translator",
"enketo/dialog": "./public/js/src/module/gui",
"enketo/file-manager": "./public/js/src/module/file-manager"
},
"entries": [
"public/js/src/enketo-webform.js",
"public/js/src/enketo-webform-edit.js",
"public/js/src/enketo-webform-view.js",
"public/js/src/enketo-offline-fallback.js"
]
}