UNPKG

1.92 kBJSONView Raw
1{
2 "name": "@themost/web",
3 "version": "2.4.6",
4 "description": "MOST Web Framework 2.0 - Web Server Module",
5 "main": "index.js",
6 "peerDependencies": {
7 "@themost/common": "^2.3.1",
8 "@themost/query": "^2.3.1",
9 "@themost/xml": "^2.3.1",
10 "@themost/data": "^2.3.1",
11 "@themost/client": "^2.0.5",
12 "@themost/node": "^2.0.5"
13 },
14 "engines": {
15 "node": ">=6.9.0"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/themost-framework/themost.git"
20 },
21 "author": "Kyriakos Barbounakis <k.barbounakis@gmail.com>",
22 "license": "BSD-3-Clause",
23 "bugs": {
24 "url": "https://github.com/themost-framework/themost/issues"
25 },
26 "scripts": {},
27 "homepage": "https://github.com/themost-framework/themost#readme",
28 "dependencies": {
29 "accepts": "^1.3.3",
30 "async": "0.2.10",
31 "body-parser": "~1.10.1",
32 "content-type": "^1.0.4",
33 "domino": "1.0.18",
34 "ejs": "^2.5.7",
35 "formidable": "1.0.14",
36 "hashmap": "^2.3.0",
37 "i18n": "^0.8.3",
38 "jade": "^1.11.0",
39 "lodash": "^4.17.4",
40 "moment": "^2.19.3",
41 "node-cache": "^1.1.0",
42 "numeral": "^2.0.6",
43 "pagedown": "^1.1.0",
44 "pluralize": "^7.0.0",
45 "pug": "^2.0.3",
46 "q": "^1.4.1",
47 "raw-body": "^2.3.2",
48 "semver": "^5.6.0",
49 "sprintf": "^0.1.5",
50 "stream": "0.0.2",
51 "symbol": "^0.3.1",
52 "url-join": "^2.0.2",
53 "vash": "^0.11.2",
54 "winston": "^2.3.1",
55 "xmldom": "^0.1.27"
56 },
57 "devDependencies": {
58 "@types/angular": "^1.6.54",
59 "@types/hashmap": "^2.0.29",
60 "@types/node": "^10.11.4",
61 "@types/pluralize": "0.0.29",
62 "@types/q": "^1.5.1"
63 },
64 "eslintConfig": {
65 "env": {
66 "browser": true,
67 "node": true,
68 "es6": false,
69 "jquery": true
70 },
71 "globals": {
72 "Promise": true,
73 "describe": false,
74 "it": false,
75 "angular": true
76 },
77 "extends": "eslint:recommended"
78 }
79}