loopback-datasource-juggler/package.json

64 lines
1.4 KiB
JSON
Raw Normal View History

2011-10-01 15:51:51 +00:00
{
"name": "loopback-datasource-juggler",
"version": "3.6.1",
"publishConfig": {
2016-03-29 00:08:56 +00:00
"export-tests": true
},
2017-04-06 21:32:30 +00:00
"description": "LoopBack DataSource 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": "^8.0.0",
"loopback-connector-throwing": "file:./test/fixtures/loopback-connector-throwing",
"mocha": "^3.2.0",
2017-01-19 18:27:48 +00:00
"should": "^8.4.0"
2013-03-26 00:39:47 +00:00
},
"dependencies": {
"async": "~2.1.4",
"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",
"loopback-connector": "^4.0.0",
2016-08-17 12:24:20 +00:00
"minimatch": "^3.0.3",
"qs": "^6.3.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",
"traverse": "^0.6.6",
"uuid": "^3.0.1"
},
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
}