-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 965 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 965 Bytes
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": "skipper-postgresql",
"version": "0.13.2",
"description": "Skipper Adapter for PostgreSQL and Sails",
"main": "dist/adapter.js",
"scripts": {
"test": "gulp && node test/bootstrap.test.js",
"prepublish": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/waterlinejs/skipper-postgresql.git"
},
"keywords": [
"sails",
"skipper",
"postgres",
"pg",
"adapter",
"sailsjs"
],
"author": "Balderdash, Inc. <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/waterlinejs/skipper-postgresql/issues"
},
"homepage": "https://github.com/waterlinejs/skipper-postgresql",
"devDependencies": {
"babel": "^5.8.23",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"mocha": "^2.2.5",
"skipper-adapter-tests": "skipperjs/skipper-adapter-tests"
},
"dependencies": {
"knex": "^0.10.0",
"lodash": "^4.6.1",
"pg": "^4.5.1"
}
}