forked from formio/formio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.18 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
{
"name": "formio",
"version": "1.18.10",
"description": "The formio server application.",
"license": "SEE LICENSE IN LICENSE.txt",
"main": "index.js",
"scripts": {
"test": "npm run version && env TEST_SUITE=1 mocha test/test.js -b -t 60000",
"start": "npm run version && node main.js",
"lint": "eslint .",
"version": "check-node-version --node '>=6.0.0'"
},
"author": "support@form.io",
"engines": {
"node": ">=6.0.0"
},
"schema": "3.0.8",
"templateVersion": "2.0.0",
"dependencies": {
"JSONStream": "^1.3.1",
"adm-zip": "^0.4.7",
"async": "^1.5.2",
"bcrypt": "^0.8.7",
"body-parser": "^1.17.1",
"check-node-version": "^2.1.0",
"clone": "^1.0.2",
"colors": "^1.1.2",
"config": "^1.24.0",
"cors": "^2.8.3",
"csv": "^0.4.6",
"debug": "^2.6.0",
"delete-property": "0.0.4",
"eslint-config-formio": "^1.1.2",
"event-chain": "^0.0.1",
"express": "^4.15.3",
"formiojs": "^2.11.6",
"fs-extra": "^0.26.7",
"joi": "^7.3.0",
"jsonwebtoken": "^5.7.0",
"lodash": "^4.17.4",
"method-override": "^2.3.0",
"moment": "^2.18.1",
"mongodb": "^2.2.27",
"mongoose": "^4.10.2",
"mssql": "^2.1.3",
"mysql": "^2.7.0",
"nodemailer": "^1.11.0",
"nodemailer-mailgun-transport": "^1.2.4",
"nodemailer-mandrill-transport": "^1.2.0",
"nodemailer-sendgrid-transport": "^0.2.0",
"nunjucks": "^2.5.2",
"nunjucks-date-filter": "^0.1.1",
"primus": "^5.2.2",
"progress": "^1.1.8",
"prompt": "^0.2.14",
"q": "^1.5.0",
"request": "^2.81.0",
"resourcejs": "^1.7.0",
"restler": "^3.4.0",
"semver": "^5.3.0",
"threads": "^0.7.2",
"through": "^2.3.8"
},
"devDependencies": {
"chance": "^0.8.0",
"eslint": "^2.11.1",
"mocha": "^2.5.3",
"pre-commit": "^1.2.2",
"supertest": "^3.0.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/formio/formio.git"
},
"keywords": [
"Form.io",
"nodejs"
],
"bugs": {
"url": "https://github.com/formio/formio/issues"
},
"homepage": "https://github.com/formio/formio#readme",
"pre-commit": [
"lint"
]
}