forked from Sannis/node-mysql-libmysqlclient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.29 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
{ "name" : "mysql-libmysqlclient"
, "description" : "Binary MySQL bindings for Node.JS"
, "homepage" : "http://sannis.github.com/node-mysql-libmysqlclient"
, "version" : "1.1.0"
, "maintainers" :
[ { "name": "Oleg Efimov"
, "email": "efimovov@gmail.com"
}
]
, "contributors" :
[ { "name": "Oleg Efimov"
, "email": "efimovov@gmail.com"
}
, { "name": "Surendra Singhi"
, "email": "ssinghi@kreeti.com"
}
, { "name": "Akzhan Abdulin"
, "email": "akzhan.abdulin@gmail.com"
}
, { "name": "Robin Duckett"
, "email": "robin.duckett@gmail.com"
}
, { "name": "Dan Beam"
, "email": "dan@danbeam.org"
}
, { "name": "Maurits Lamers"
, "email": "maurits@weidestraat.nl"
}
, { "name": "Benjmain Reesman"
, "email": "ben.reesman@gmail.com"
}
, { "name": "Pavel Ponomarenko"
, "email": "shocksilien@gmail.com"
}
]
, "bugs" : { "web" : "http://github.com/Sannis/node-mysql-libmysqlclient/issues" }
, "licenses" : [ { "type" : "MIT" } ]
, "repositories" :
[ { "type" : "git"
, "url" : "http://github.com/Sannis/node-mysql-libmysqlclient.git"
}
]
, "main" : "./mysql-libmysqlclient"
, "scripts" :
{ "build" : "node-waf configure build"
, "test" : "node-waf test"
, "doc" : "node-waf doc"
}
, "engines" : { "node" : ">=0.2.5" }
}