forked from loopbackio/loopback-datasource-juggler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1001 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "loopback-datasource-juggler",
"version": "3.0.0-alpha.2",
"publishConfig": {
"tag": "next"
},
"description": "LoopBack DataSoure Juggler",
"keywords": [
"StrongLoop",
"LoopBack",
"DataSource",
"Connector",
"Database",
"Juggler",
"ORM"
],
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-datasource-juggler"
},
"main": "index.js",
"browser": {
"depd": "./lib/browser.depd.js"
},
"scripts": {
"clean": "make clean",
"help": "make help",
"refresh": "make refresh",
"test": "make test"
},
"engines": [
"node >= 0.6"
],
"devDependencies": {
"mocha": "^2.1.0",
"should": "^8.0.2"
},
"dependencies": {
"async": "~1.0.0",
"bluebird": "^3.1.1",
"debug": "^2.1.1",
"depd": "^1.0.0",
"inflection": "^1.6.0",
"loopback-connector": "^2.1.0",
"node-uuid": "^1.4.2",
"qs": "^3.1.0",
"traverse": "^0.6.6"
},
"license": "MIT"
}