-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.03 KB
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": "marko_nikolic_portfolio",
"version": "1.0.0",
"description": "marko nikolic portfolio Allowed non-commercial use. For teaching purposes only and not for editing without the permission of the author!. Author linkedin : linkedin.com/in/marko-nikolic-49385a283/",
"main": "composer.js",
"scripts": {
"ws":" node reloader.js"
},
"repository": {
"type": "git",
"url": "portfolio"
},
"keywords": [
"marko",
"nikolic",
"marko",
"portfolio",
"github.com/marko9827"
],
"author": "marko nikolic linkedin.com/in/marko-nikolic-49385a283",
"license": "ISC",
"dependencies": {
"chokidar": "^4.0.3",
"hls.js": "^1.6.9",
"jquery-zoom": "^1.7.21",
"marked": "^13.0.2",
"monaco": "^1.201704190613.0",
"monaco-editor": "^0.45.0",
"ws": "^8.18.3"
},
"config": {
"vendor-dir": "./m_dr_vendor",
"process-timeout": 0,
"platform-check": false,
"allow-plugins": {
"php-http/discovery": true,
"johnpbloch/wordpress-core-installer": false
}
}
}