forked from loopbackio/loopback-connector-postgresql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1000 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
{
"name": "loopback-connector-postgresql",
"version": "1.3.0",
"description": "Loopback PostgreSQL Connector",
"keywords": [
"StrongLoop",
"LoopBack",
"PostgreSQL",
"DataSource",
"Connector"
],
"main": "index.js",
"scripts": {
"test": "mocha -R spec --timeout 10000 --require test/init.js test/*.test.js"
},
"dependencies": {
"async": "^0.9.0",
"pg": "^4.1.0",
"debug": "^2.0.0",
"loopback-connector": "1.x"
},
"devDependencies": {
"loopback-datasource-juggler": "1.x.x",
"should": "~1.3.0",
"mocha": "~1.20.1",
"rc": "~0.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-connector-postgresql.git"
},
"license": {
"name": "Dual Artistic-2.0/StrongLoop",
"url": "https://github.com/strongloop/loopback-connector-postgresql/blob/master/LICENSE"
},
"optionalDependencies": {
"sl-blip": "http://blip.strongloop.com/[email protected]"
}
}