loopback-connector-mysql/package.json

35 lines
721 B
JSON
Raw Normal View History

2012-12-14 14:01:44 +00:00
{
"name": "jugglingdb-mysql",
2013-04-03 15:33:55 +00:00
"version": "0.0.1-5",
2012-12-14 14:01:44 +00:00
"description": "MySQL adapter for JugglingDB",
"main": "index.js",
"scripts": {
2013-03-27 14:15:23 +00:00
"test": "make test"
2012-12-14 14:01:44 +00:00
},
"dependencies": {
2013-04-03 17:39:05 +00:00
"jugglingdb": ">= 0.2.0",
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",
2013-03-27 00:37:13 +00:00
"should": "~1.2.2",
"mocha": "~1.8.2"
2012-12-14 14:01:44 +00:00
},
"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": [
2013-03-27 00:37:13 +00:00
{
"name": "dgsan",
"url": "https://github.com/dgsan"
},
{
"name": "Anatoliy Chakkaev",
"url": "https://github.com/1602"
}
2013-03-06 19:49:06 +00:00
],
2012-12-14 14:01:44 +00:00
"license": "MIT"
}