loopback-datasource-juggler/package.json

48 lines
993 B
JSON
Raw Normal View History

2011-10-01 15:51:51 +00:00
{
"name": "loopback-datasource-juggler",
"version": "2.30.0",
2013-09-11 17:46:09 +00:00
"description": "LoopBack DataSoure Juggler",
"keywords": [
"StrongLoop",
"LoopBack",
"DataSource",
2013-11-08 17:14:39 +00:00
"Connector",
"Database",
"Juggler",
"ORM"
],
2011-10-01 15:51:51 +00:00
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-datasource-juggler"
2011-10-01 15:51:51 +00:00
},
"main": "index.js",
"browser": {
"depd": "./lib/browser.depd.js"
},
2011-10-01 15:51:51 +00:00
"scripts": {
2013-07-23 05:32:05 +00:00
"test": "make test"
2011-10-01 15:51:51 +00:00
},
2012-01-15 22:58:38 +00:00
"engines": [
2012-12-14 17:44:38 +00:00
"node >= 0.6"
2012-01-15 22:58:38 +00:00
],
"devDependencies": {
"bluebird": "^2.9.9",
2015-02-10 17:49:54 +00:00
"mocha": "^2.1.0",
2015-05-20 16:13:56 +00:00
"should": "^5.0.0"
2013-03-26 00:39:47 +00:00
},
"dependencies": {
2015-05-28 21:47:43 +00:00
"async": "^1.0.0",
2015-02-10 17:49:54 +00:00
"debug": "^2.1.1",
"depd": "^1.0.0",
2015-02-10 17:49:54 +00:00
"inflection": "^1.6.0",
2015-05-18 21:29:54 +00:00
"loopback-connector": "^2.1.0",
"node-uuid": "^1.4.2",
2015-05-28 21:47:43 +00:00
"qs": "^3.1.0",
2015-02-10 17:49:54 +00:00
"traverse": "^0.6.6"
},
2014-02-17 23:56:56 +00:00
"license": {
"name": "Dual MIT/StrongLoop",
"url": "https://github.com/strongloop/loopback-datasource-juggler/blob/master/LICENSE"
}
2013-09-10 19:19:20 +00:00
}