-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
52 lines (52 loc) · 1.51 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
{
"name": "ringo-sqlstore",
"version": "0.7.3",
"description": "SQL-Storage implementation for RingoJS",
"keywords": ["rhino", "ringo", "sql", "storage", "orm", "jdbc"],
"homepage": "https://github.com/grob/ringo-sqlstore",
"maintainers": [{
"name": "Robert Gaggl",
"web": "http://nomatic.org/",
"email": "[email protected]"
}],
"contributors": [{
"name": "Robert Gaggl",
"web": "http://nomatic.org/",
"email": "[email protected]"
},
{
"name": "Robert Thurnher",
"web": "http://robert42.com/",
"email": "[email protected]>"
},
{
"name": "Hannes Wallnoefer",
"web": "http://hns.github.com/",
"email": "[email protected]"
},
{
"name": "Simon Oberhammer",
"web": "http://nekapuzer.at/",
"email": "[email protected]"
},
{
"name": "Philipp Naderer",
"web": "http://naderer.biz/",
"email": "[email protected]"
}
],
"dependencies": {},
"bugs": "http://github.com/grob/ringo-sqlstore/issues",
"licenses": [{
"type": "Apache License Version 2.0",
"url": "http://www.apache.org/licenses/"
}],
"repositories": [{
"type": "git",
"url": "https://github.com/grob/ringo-sqlstore.git"
}],
"engines": {
"ringojs": ">= 0.11"
},
"main": "./lib/main.js"
}