-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 749 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 749 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": "sdkuservisualisation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/simo101/sdkuservisualisation.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/simo101/sdkuservisualisation/issues"
},
"homepage": "https://github.com/simo101/sdkuservisualisation",
"dependencies": {
"mendixmodelsdk": "^2.6.3",
"mendixplatformsdk": "^2.0.0",
"when": "^3.7.7",
"node": "^0.0.0",
"fs": "^0.0.2",
"openurl": "^1.1.1",
"http": "^0.0.0",
"connect": "^3.4.1",
"serve-static": "^1.10.2"
}
}