loopback-datasource-juggler/package.json

63 lines
1.3 KiB
JSON
Raw Normal View History

2011-10-01 15:51:51 +00:00
{
"name": "loopback-datasource-juggler",
"version": "3.1.1",
"publishConfig": {
2016-03-29 00:08:56 +00:00
"export-tests": true
},
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"
],
2016-11-15 13:21:02 +00:00
"engines": {
"node": ">=4.0.0"
},
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": {
"lint": "eslint .",
"test": "mocha",
"posttest": "npm run lint"
2011-10-01 15:51:51 +00:00
},
"devDependencies": {
"async-iterators": "^0.2.2",
"eslint": "^3.12.2",
"eslint-config-loopback": "^7.0.1",
2015-02-10 17:49:54 +00:00
"mocha": "^2.1.0",
2015-12-22 23:03:16 +00:00
"should": "^8.0.2"
2013-03-26 00:39:47 +00:00
},
"dependencies": {
"async": "~1.0.0",
"bluebird": "^3.1.1",
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",
2016-08-17 12:24:20 +00:00
"minimatch": "^3.0.3",
"node-uuid": "^1.4.2",
2015-05-28 21:47:43 +00:00
"qs": "^3.1.0",
2016-09-20 09:16:00 +00:00
"shortid": "^2.2.6",
2016-08-08 19:34:41 +00:00
"strong-globalize": "^2.6.2",
2015-02-10 17:49:54 +00:00
"traverse": "^0.6.6"
},
2016-11-25 18:33:00 +00:00
"license": "MIT",
"ci": {
"downstreamIgnoreList": [
2016-11-30 18:18:07 +00:00
"loopback-connector-db2z",
"loopback-connector-informix",
"loopback-connector-mqlight"
2016-11-25 18:33:00 +00:00
]
}
2013-09-10 19:19:20 +00:00
}