forked from JitendraZaa/node-postgres
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 833 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
40
{
"name": "BasicCRUDOperation",
"version": "1.0.0",
"description": "CRUD Operations in Node.js using PostgreSQL",
"main": "server.js",
"dependencies": {
"http": "~0.0.0",
"request": "~2.36.0",
"express": "~4.4.5",
"logfmt": "~1.1.2",
"body-parser": "~1.6.2",
"serve-favicon": "*",
"cookie-parser": "~1.0.1",
"jade": "*",
"jaydata" : "*",
"xmldom" : "*",
"q" : "*",
"express-error-handler": "*",
"pg": "*"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node App.js"
},
"repository": {
"type": "git",
"url": "https://github.com/"
},
"engines": {
"node": "0.10.x"
},
"keywords": [
"Salesforce",
"Tooling",
"API"
],
"author": "Jitendra Zaa",
"license": "MIT"
}