- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
31 lines (31 loc) · 663 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 663 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
{
"name": "node-postgres-patch",
"version": "0.0.2",
"description": "Handle PATCH requests with postgres and node",
"main": "index.js",
"scripts": {
"test": "standard && mocha"
},
"keywords": [
"node",
"postgres",
"update",
"patch"
],
"repository": "armw4/node-postgres-patch",
"author": {
"name": "Antwan Wimberly (@armw4)",
"email": "antwan.wimberly.prof@gmail.com",
"url": "gist.github.com/armw4"
},
"license": "MIT",
"dependencies": {
"decamelize": "^1.2.0",
"lodash.pick": "^4.2.0",
"make-error": "^1.1.1"
},
"devDependencies": {
"mocha": "^2.4.5",
"standard": "^7.0.1"
}
}