-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 914 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
37
38
39
40
41
{
"name": "qlmapper",
"version": "1.1.2",
"description": "Generate objects from SQL output with grouping and mapping.",
"url": "https://github.com/icyberon/qlmapper",
"contributors": [
{
"name": "Vahagn Mkrtchyan",
"email": "[email protected]",
"url": "http://icyberon.com/"
}
],
"main": "index.js",
"dependencies": {
"lodash": "^4.0.0"
},
"devDependencies": {
"mocha": "^2.3.4",
"should": "^8.1.1"
},
"scripts": {
"start": "index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "[email protected]:icyberon/qlmapper.git"
},
"keywords": [
"SQL",
"Postgres",
"Mapping",
"Object"
],
"homepage": "https://github.com/icyberon/qlmapper",
"author": "Vahagn Mkrtchyan <[email protected]> (http://icyberon.com)",
"license": "MIT"
}