-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 998 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 998 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
{
"name" : "alien-node-pg-utils",
"version" : "1.2.4",
"description" : "Helper functions for Postgres on NodeJS",
"main" : "lib/DB.js",
"dependencies" : {
"aybabtu" : "*",
"ramda" : "^0.27.1",
"q" : "^2.x.x",
"moment" : "^2.11.2"
},
"devDependencies" : {
"coveralls" : "^2.11.2",
"istanbul" : "^0.3.13",
"jasmine" : "^2.3.1"
},
"scripts" : {
"test" : "./node_modules/.bin/istanbul cover ./node_modules/.bin/jasmine"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/aliencreations/alien-node-pg-utils.git"
},
"keywords" : [
"aliencreations",
"api",
"util",
"node",
"ramda"
],
"author" : "Sean Cannon",
"license" : "MIT",
"bugs" : {
"url" : "https://github.com/aliencreations/alien-node-pg-utils/issues"
},
"homepage" : "https://github.com/aliencreations/alien-node-pg-utils"
}