UNPKG

2.3 kBJSONView Raw
1{
2 "name": "formio",
3 "version": "1.63.5",
4 "description": "The formio server application.",
5 "license": "SEE LICENSE IN LICENSE.txt",
6 "main": "index.js",
7 "scripts": {
8 "test": "env TEST_SUITE=1 mocha test/test.js -b -t 60000 --exit",
9 "start": "node main.js",
10 "start:dev": "nodemon main.js",
11 "lint": "eslint ."
12 },
13 "author": "support@form.io",
14 "engines": {
15 "node": ">=6.0.0"
16 },
17 "schema": "3.1.4",
18 "templateVersion": "2.0.0",
19 "dependencies": {
20 "JSONStream": "^1.3.5",
21 "adm-zip": "^0.4.13",
22 "async": "^2.6.2",
23 "bcryptjs": "^2.4.3",
24 "body-parser": "^1.19.0",
25 "chance": "^1.1.4",
26 "clone": "^2.1.2",
27 "colors": "^1.4.0",
28 "config": "^3.2.4",
29 "cors": "^2.8.5",
30 "csv": "^5.3.1",
31 "debug": "^4.1.1",
32 "delete-property": "0.0.4",
33 "eslint-config-formio": "^1.1.2",
34 "event-chain": "^0.0.1",
35 "express": "^4.17.1",
36 "fast-json-patch": "^2.2.1",
37 "formio-workers": "^1.14.0",
38 "formiojs": "^4.8.0-rc.1",
39 "fs-extra": "^8.1.0",
40 "html-entities": "^1.2.1",
41 "joi": "^14.3.1",
42 "jsonwebtoken": "^8.5.1",
43 "lodash": "^4.17.15",
44 "memory-cache": "^0.2.0",
45 "method-override": "^3.0.0",
46 "moment": "^2.24.0",
47 "moment-timezone": "^0.5.27",
48 "mongodb": "^3.4.0",
49 "mongoose": "^5.8.0",
50 "mssql": "^5.1.0",
51 "mysql": "^2.17.1",
52 "nodemailer": "^6.4.2",
53 "nodemailer-mailgun-transport": "^1.4.0",
54 "nodemailer-mandrill-transport": "^1.2.0",
55 "nodemailer-sendgrid-transport": "^0.2.0",
56 "progress": "^2.0.3",
57 "prompt": "^1.0.0",
58 "q": "^1.5.0",
59 "request": "^2.88.0",
60 "request-promise-native": "^1.0.8",
61 "resourcejs": "^1.38.1",
62 "restler": "^3.4.0",
63 "semver": "^6.3.0",
64 "through": "^2.3.8",
65 "vanilla-text-mask": "^5.1.1"
66 },
67 "devDependencies": {
68 "eslint": "^6.7.2",
69 "mocha": "^6.2.2",
70 "nodemon": "^1.19.4",
71 "pre-commit": "^1.2.2",
72 "supertest": "^4.0.2"
73 },
74 "directories": {
75 "test": "test"
76 },
77 "repository": {
78 "type": "git",
79 "url": "git+https://github.com/formio/formio.git"
80 },
81 "keywords": [
82 "Form.io",
83 "nodejs"
84 ],
85 "bugs": {
86 "url": "https://github.com/formio/formio/issues"
87 },
88 "homepage": "https://github.com/formio/formio#readme",
89 "pre-commit": [
90 "lint"
91 ]
92}