loopback-datasource-juggler/package.json

53 lines
1.0 KiB
JSON
Raw Normal View History

2011-10-01 15:51:51 +00:00
{
"name": "loopback-datasource-juggler",
2016-06-13 14:31:19 +00:00
"version": "3.0.0-alpha.5",
"publishConfig": {
2016-03-29 00:08:56 +00:00
"tag": "next",
"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"
],
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
},
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": {
2016-05-10 19:38:30 +00:00
"eslint": "^2.5.3",
"eslint-config-loopback": "^2.0.0",
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",
"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"
},
"license": "MIT"
2013-09-10 19:19:20 +00:00
}