This repository has been archived by the owner on Sep 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 1.48 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
{
"name": "most-web",
"version": "1.8.16",
"description": "Most Web Framework - A JavaScript web framework for building scalable web application under node.js",
"homepage": "http://www.most-framework.com/",
"repository": {
"type": "git",
"url": "https://github.com/kbarbounakis/most-web.git"
},
"keywords": [
"web",
"mvc",
"most-web",
"most-web.js",
"framework",
"model",
"view",
"controller",
"server",
"routes"
],
"author": {
"name": "Kyriakos Barbounakis",
"email": "k.barbounakis@gmail.com"
},
"license": "BSD-3-Clause",
"licenses": [
{
"type": "BSD-3-Clause"
}
],
"dependencies": {
"async": "0.2.10",
"async-ejs": "0.1.6",
"body-parser": "~1.10.1",
"domino": "1.0.18",
"ejs": "^2.6.1",
"formidable": "1.0.14",
"lodash": "^4.17.4",
"moment": "^2.22.1",
"most-array": "~1.0.1",
"most-data": "^1.8.22",
"most-xml": "~0.3.0",
"node-cache": "^1.1.0",
"pluralize": "^7.0.0",
"q": "^1.4.1",
"sprintf": "^0.1.5",
"string": "1.5.1",
"symbol": "^0.3.1",
"url-join": "^2.0.2"
},
"devDependencies": {
"eslint": "^4.10.0"
},
"main": "index",
"scripts": {},
"_id": "most-web@1.7.0",
"_from": "most-web@",
"eslintConfig": {
"env": {
"browser": true,
"node": true,
"es6": false,
"jquery": true
},
"globals": {
"describe": false,
"it": false
},
"extends": "eslint:recommended"
}
}