@themost/web
Version:
MOST Web Framework 2.0 - Web Server Module
80 lines (79 loc) • 1.92 kB
JSON
{
"name": "@themost/web",
"version": "2.4.2",
"description": "MOST Web Framework 2.0 - Web Server Module",
"main": "index.js",
"peerDependencies": {
"@themost/common": "^2.3.1",
"@themost/query": "^2.3.1",
"@themost/xml": "^2.3.1",
"@themost/data": "^2.3.1",
"@themost/client": "^2.0.5",
"@themost/node": "^2.0.5"
},
"engines": {
"node": "^6.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/themost-framework/themost.git"
},
"author": "Kyriakos Barbounakis <k.barbounakis@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/themost-framework/themost/issues"
},
"scripts": {},
"homepage": "https://github.com/themost-framework/themost#readme",
"dependencies": {
"accepts": "^1.3.3",
"async": "0.2.10",
"body-parser": "~1.10.1",
"content-type": "^1.0.4",
"domino": "1.0.18",
"ejs": "^2.5.7",
"formidable": "1.0.14",
"hashmap": "^2.3.0",
"i18n": "^0.8.3",
"jade": "^1.11.0",
"lodash": "^4.17.4",
"moment": "^2.19.3",
"node-cache": "^1.1.0",
"numeral": "^2.0.6",
"pagedown": "^1.1.0",
"pluralize": "^7.0.0",
"pug": "^2.0.3",
"q": "^1.4.1",
"raw-body": "^2.3.2",
"semver": "^5.6.0",
"sprintf": "^0.1.5",
"stream": "0.0.2",
"symbol": "^0.3.1",
"url-join": "^2.0.2",
"vash": "^0.11.2",
"winston": "^2.3.1",
"xmldom": "^0.1.27"
},
"devDependencies": {
"@types/angular": "^1.6.54",
"@types/hashmap": "^2.0.29",
"@types/node": "^10.11.4",
"@types/pluralize": "0.0.29",
"@types/q": "^1.5.1"
},
"eslintConfig": {
"env": {
"browser": true,
"node": true,
"es6": false,
"jquery": true
},
"globals": {
"Promise": true,
"describe": false,
"it": false,
"angular": true
},
"extends": "eslint:recommended"
}
}