-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 729 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 729 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
{
"name": "b1leo",
"version": "1.0.0",
"description": " B1 Integration with SAP Leonardo Ticketing API ",
"main": "app.js",
"scripts": {
"test": "node app.js",
"start":"node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ralphive/b1leo.git"
},
"keywords": [
"ml",
"sap",
"sap",
"cloud",
"platform",
"b1",
"sap",
"business",
"one"
],
"author": "Ralph Oliveira - @Ralphive",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ralphive/b1leo/issues"
},
"homepage": "https://github.com/Ralphive/b1leo#readme",
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.2",
"request": "^2.83.0"
}
}