-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 914 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 914 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": "hybris-graph",
"version": "1.1.0",
"description": "an electron application that shows the dependencies between hybris extenions",
"main": "main.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yousfiSaad/hybrisGraph.git"
},
"keywords": [
"hybris",
"extension",
"dependencies",
"graph",
"tool"
],
"author": "yousfi.saad@gmail.com",
"license": "GNU General Public License v3.0",
"bugs": {
"url": "https://github.com/yousfiSaad/hybrisGraph/issues"
},
"homepage": "https://github.com/yousfiSaad/hybrisGraph#readme",
"devDependencies": {
"electron": "^1.6.11",
"electron-builder": "^19.16.2"
},
"dependencies": {
"xml2js": "^0.4.17"
}
}