forked from loopbackio/loopback-connector-postgresql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1 KB
/
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
{
"name": "loopback-connector-postgresql",
"version": "1.6.1",
"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.2.0",
"debug": "^2.1.1",
"loopback-connector": "1.x"
},
"devDependencies": {
"bluebird": "^2.9.12",
"loopback-datasource-juggler": "^2.17.0",
"mocha": "^2.1.0",
"rc": "^0.6.0",
"should": "^5.0.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]"
}
}