loopback-connector-mysql/package.json

28 lines
673 B
JSON
Raw Normal View History

2012-12-14 14:01:44 +00:00
{
"name": "jugglingdb-mysql",
2013-02-21 18:26:13 +00:00
"version": "0.0.1-4",
2012-12-14 14:01:44 +00:00
"description": "MySQL adapter for JugglingDB",
"main": "index.js",
"scripts": {
2012-12-14 14:08:56 +00:00
"test": "nodeunit test/*"
2012-12-14 14:01:44 +00:00
},
"dependencies": {
2013-02-12 09:10:15 +00:00
"jugglingdb": "latest",
2012-12-14 14:01:44 +00:00
"mysql": ">= 2.0.0-alpha3"
},
"devDependencies": {
2012-12-14 14:08:56 +00:00
"coffee-script": "latest",
2012-12-14 14:01:44 +00:00
"nodeunit": "latest"
},
"repository": {
"type": "git",
"url": "https://github.com/1602/jugglingdb-mysql.git"
},
"author": "Anatoliy Chakkaev <mail@anatoliy.in>",
2013-03-06 19:49:06 +00:00
"maintainers": [
{ "name": "dgsan", "url": "https://github.com/dgsan" }
{ "name": "Anatoliy Chakkaev", "url": "https://github.com/1602" }
],
2012-12-14 14:01:44 +00:00
"license": "MIT"
}