This repository was archived by the owner on Sep 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.25 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.25 KB
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
{
"name": "most-data",
"version": "1.8.28",
"description": "Most Web Framework ORM Module",
"homepage": "http://www.most-framework.com/",
"repository": {
"type": "git",
"url": "https://github.com/kbarbounakis/most-data.git"
},
"keywords": [
"database",
"db",
"query",
"where",
"sql",
"rdbms"
],
"author": {
"name": "Kyriakos Barbounakis",
"email": "k.barbounakis@gmail.com"
},
"license": "BSD-3-Clause",
"licenses": [
{
"type": "BSD-3-Clause"
}
],
"dependencies": {
"async": "0.2.10",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"most-query": "^0.1.36",
"most-xml": "^0.3.4",
"node-cache": "^1.1.0",
"pluralize": "^7.0.0",
"q": "^1.5.1",
"sprintf": "^0.1.5",
"symbol": "^0.3.1"
},
"main": "index",
"scripts": {},
"_id": "most-data@0.1.9",
"_from": "most-data@",
"devDependencies": {
"eslint": "^4.19.1",
"grunt": "^1.0.3",
"grunt-jsdoc": "^2.2.1"
},
"eslintConfig": {
"env": {
"browser": true,
"node": true,
"es6": false,
"jquery": true
},
"globals": {
"describe": false,
"it": false,
"before": false,
"after": false
},
"extends": "eslint:recommended"
}
}