forked from dresende/node-orm-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 897 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
{
"name" : "orm",
"version" : "0.1.8-10",
"description" : "NodeJS Object-relational mapping",
"keywords" : [
"orm",
"mysql",
"postgresql",
"mongodb",
"database",
"relational"
],
"author" : "Diogo Resende <dresende@thinkdigital.pt>",
"contributors": [
{ "name": "Michael Axiak", "email": "mike@axiak.net" },
{ "name": "Michael Yagudaev", "email": "michael@yagudaev.com" },
{ "name": "booo" },
{ "name": "shaneiseminger" },
{ "name": "shine-on" }
],
"engines" : {
"node" : ">= 0.4.0"
},
"dependencies": {
"moment": "1.6.x"
},
"repository" : {
"type" : "git",
"url" : "http://github.com/dresende/node-orm.git"
},
"directories": {
"lib" : "./lib",
"example": "./examples"
},
"main" : "./lib/orm",
"licenses" : [{
"type" : "MIT",
"url" : "http://github.com/dresende/node-orm/raw/master/LICENSE"
}]
}