-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 906 Bytes
/
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
{
"name" : "modquery",
"description" : "A module to use for MySQL queries with respect to SQL.",
"version" : "0.9.0",
"keywords" : [
"modquery",
"modQuery",
"MySQL",
"mysql",
"sql"
],
"author" : "Evangelos Pappas <[email protected]> (evalonlabs.com)",
"repository" : {
"type": "git",
"url" : "https://github.com/BagosGiAr/modQuery.git"
},
"main" : "./index.js",
"dependencies" : {
"mysql" : "2.x",
"setimmediate": "1.x"
},
"devDependencies" : {},
"optionalDependencies": {},
"engine" : "node >= 0.8.x",
"bugs" : {
"url": "https://github.com/BagosGiAr/modQuery/issues"
},
"directories" : {
"example": "examples",
"test" : "test"
},
"scripts" : {
"test": "test"
},
"license" : "BSD-2-Clause"
}