loopback-connector-mysql/package.json

29 lines
682 B
JSON
Raw Normal View History

2012-12-14 14:01:44 +00:00
{
2013-07-21 05:37:59 +00:00
"name": "loopback-connector-mysql",
2014-06-02 17:44:50 +00:00
"version": "1.2.3",
2013-08-15 21:21:59 +00:00
"description": "MySQL connector for loopback-datasource-juggler",
2012-12-14 14:01:44 +00:00
"main": "index.js",
"scripts": {
2013-12-13 18:27:33 +00:00
"test": "mocha"
2012-12-14 14:01:44 +00:00
},
"dependencies": {
2014-05-16 16:59:39 +00:00
"mysql": "~2.3.0",
"async": "~0.9.0",
"debug": "~0.8.0"
2013-12-06 18:13:49 +00:00
},
"devDependencies": {
"loopback-datasource-juggler": "1.x.x",
2013-09-24 21:10:17 +00:00
"should": "~1.3.0",
2014-03-21 15:35:17 +00:00
"mocha": "~1.18.0",
2014-06-02 17:44:50 +00:00
"rc": "~0.4.0"
2012-12-14 14:01:44 +00:00
},
"repository": {
"type": "git",
2013-07-22 00:27:54 +00:00
"url": "https://github.com/strongloop/loopback-connector-mysql.git"
2012-12-14 14:01:44 +00:00
},
2014-02-18 00:35:08 +00:00
"license": {
"name": "Dual MIT/StrongLoop",
"url": "https://github.com/strongloop/loopback-connector-mysql/blob/master/LICENSE"
}
2013-10-08 15:49:14 +00:00
}