-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 763 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 763 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
{
"name": "CarwingsCanadaShortcut",
"version": "1.0.0",
"description": "Carwings Canada shortcut",
"keywords": [
"Node.js",
"application",
"Carwings"
],
"author": {
"name": "Didier Ernotte",
"email": "didier@ernotte.com",
"url": "http://www.openshift.com/"
},
"homepage": "http://www.openshift.com/",
"repository": {
"type": "git",
"url": "https://github.com/openshift/origin-server"
},
"engines": {
"node": "9.1.0",
"npm": "5.5.1"
},
"dependencies": {
"@beejjacobs/nissan-connect": "github:beejjacobs/nissan-connect",
"body-parser": "1.18.2",
"express": "4.16.2",
"request": "*"
},
"devDependencies": {},
"bundleDependencies": [],
"private": true,
"main": "server.js"
}