1 | { |
||
2 | "name": "formio", |
||
3 | "version": "1.24.1", |
||
4 | "description": "The formio server application.", |
||
5 | "license": "SEE LICENSE IN LICENSE.txt", |
||
6 | "main": "index.js", |
||
7 | "scripts": { |
||
8 | "test": "npm run version && env TEST_SUITE=1 mocha test/test.js -b -t 60000 --exit", |
||
9 | "start": "npm run version && node main.js", |
||
10 | "start:dev": "nodemon main.js", |
||
11 | "lint": "eslint .", |
||
12 | "version": "check-node-version --node '>=6.0.0'" |
||
13 | }, |
||
14 | "author": "[email protected]", |
||
15 | "engines": { |
||
16 | "node": ">=6.0.0" |
||
17 | }, |
||
18 | "schema": "3.1.1", |
||
19 | "templateVersion": "2.0.0", |
||
20 | "dependencies": { |
||
21 | "JSONStream": "^1.3.1", |
||
22 | "adm-zip": "^0.4.7", |
||
23 | "async": "^2.5.0", |
||
24 | "bcrypt": "^1.0.3", |
||
25 | "body-parser": "^1.18.2", |
||
26 | "check-node-version": "^3.1.1", |
||
27 | "clone": "^2.1.1", |
||
28 | "colors": "^1.1.2", |
||
29 | "config": "^1.29.1", |
||
30 | "cors": "^2.8.3", |
||
31 | "csv": "^2.0.0", |
||
32 | "debug": "^3.1.0", |
||
33 | "delete-property": "0.0.4", |
||
34 | "eslint-config-formio": "^1.1.2", |
||
35 | "event-chain": "^0.0.1", |
||
36 | "express": "^4.16.2", |
||
37 | "formiojs": "^2.27.0", |
||
38 | "fs-extra": "^4.0.3", |
||
39 | "html-entities": "^1.2.1", |
||
40 | "joi": "^13.1.0", |
||
41 | "jsonwebtoken": "^8.1.0", |
||
42 | "lodash": "^4.17.4", |
||
0 ignored issues
–
show
introduced
by
![]() |
|||
43 | "method-override": "^2.3.0", |
||
44 | "moment": "^2.19.3", |
||
45 | "mongodb": "^2.2.34", |
||
46 | "mongoose": "^4.13.9", |
||
47 | "mssql": "^4.1.0", |
||
48 | "mysql": "^2.7.0", |
||
49 | "nodemailer": "^4.3.0", |
||
50 | "nodemailer-mailgun-transport": "^1.3.6", |
||
51 | "nodemailer-mandrill-transport": "^1.2.0", |
||
52 | "nodemailer-sendgrid-transport": "^0.2.0", |
||
53 | "nunjucks": "^3.0.1", |
||
54 | "nunjucks-date-filter": "^0.1.1", |
||
55 | "progress": "^2.0.0", |
||
56 | "prompt": "^1.0.0", |
||
57 | "q": "^1.5.0", |
||
58 | "request": "^2.83.0", |
||
59 | "resourcejs": "^1.14.0", |
||
60 | "restler": "^3.4.0", |
||
61 | "semver": "^5.3.0", |
||
62 | "threads": "^0.10.0", |
||
63 | "through": "^2.3.8" |
||
64 | }, |
||
65 | "devDependencies": { |
||
66 | "chance": "^1.0.11", |
||
67 | "eslint": "^4.15.0", |
||
68 | "mocha": "^4.0.1", |
||
69 | "nodemon": "^1.14.9", |
||
70 | "pre-commit": "^1.2.2", |
||
71 | "supertest": "^3.0.0" |
||
72 | }, |
||
73 | "directories": { |
||
74 | "test": "test" |
||
75 | }, |
||
76 | "repository": { |
||
77 | "type": "git", |
||
78 | "url": "git+https://github.com/formio/formio.git" |
||
79 | }, |
||
80 | "keywords": [ |
||
81 | "Form.io", |
||
82 | "nodejs" |
||
83 | ], |
||
84 | "bugs": { |
||
85 | "url": "https://github.com/formio/formio/issues" |
||
86 | }, |
||
87 | "homepage": "https://github.com/formio/formio#readme", |
||
88 | "pre-commit": [ |
||
89 | "lint" |
||
90 | ] |
||
91 | } |
||
92 |