-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.24 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.24 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
{
"name": "FutureState.AppCore.Data",
"version": "0.1",
"description": "A Portable, cross-platform, light weight, opinionated ORM designed to work across multiple Databases.",
"keywords": [
"pcl",
"mobile",
"sqlite",
"sql server",
"orm",
"ado",
"sqlserver"
],
"maintainers": [
{
"name": "keith larsen",
"web": "https://github.com/keithnlarsen"
},
{
"name": "chase florell",
"web": "https://github.com/ChaseFlorell"
},
{
"name": "joe kupres",
"web": "https://github.com/JoeKupres"
}
],
"contributors": [],
"bugs": {
"web": "https://github.com/FutureStateMobile/AppCore.Data/issues"
},
"licenses": [
{
"type": "Ms-PL",
"url": "http://www.microsoft.com/en-us/openness/licenses.aspx#MPL"
}
{
"type": "Commercial",
"email": "sales@futurestatemobile.com"
}
],
"repositories": [
{
"type": "git",
"url": "git://github.com/FutureStateMobile/AppCore.Data.git"
}
],
"dependencies": {
"mono.data.sqlite": "1.0.61.0",
"System.Data": "2.0.5.0"
}
}