forked from mgutz/mapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (31 loc) · 847 Bytes
/
package.json
File metadata and controls
32 lines (31 loc) · 847 Bytes
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
{
"name": "mapper",
"version": "0.2.2-pre",
"description": "Lightweight, blazing fast ODM on top of mysql-libmysqlclient.",
"tags" : ["odm", "mysql", "mysql-libmysqlclient"],
"contributors": [
{ "name": "Didit Tech <development@didit.com>" }
],
"author": {
"name": "Mario Gutierrez", "email": "mario@mgutz.com"
},
"homepage": "https://github.com/mgutz/mapper",
"dependencies": {
"async": "~0.1.18",
"mysql-libmysqlclient": "~1.3.3",
"lodash": "~0.3.0"
},
"devDependencies": {
"mysql": "2.0.0-alpha3",
"mocha": "~1.2.2",
"chai": "~0.5.3",
"underscore.string": ">= 2.1.1"
},
"main": "index",
"scripts": { "test": "make test" },
"engines": { "node": ">= 0.6" },
"licenses" : [{
"type" : "MIT"
, "url" : "http://github.com/didit-tech/FastLegS/raw/master/LICENSE"
}]
}