-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.06 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.06 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
41
42
43
44
{
"name": "badrams.ru",
"version": "0.2.0",
"private": true,
"scripts": {
"service-start": "node node-windows/service-start.js",
"service-stop": "node node-windows/service-stop.js",
"start": "node src/js/share/Nodemon.js"
},
"dependencies": {
"connect": "^3.7.0",
"cookie-parser": "^1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-subdomain": "^1.0.5",
"express-subdomain-handler": "^0.1.0",
"express-subdomain-router": "^1.0.3",
"http-errors": "~1.6.3",
"livereload": "^0.8.2",
"morgan": "~1.9.1",
"nodemon": "^2.0.2",
"prettier": "^2.0.5",
"serve-static": "^1.14.1",
"subdomain": "^1.2.0",
"vhost": "^3.0.2",
"vue": "^2.6.11"
},
"description": "portfolio site",
"main": "app.js",
"directories": {
"lib": "lib"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/alterfan/badrams.ru.git"
},
"author": "Vasiliy Printsev",
"license": "ISC",
"bugs": {
"url": "https://github.com/alterfan/badrams.ru/issues"
},
"homepage": "https://github.com/alterfan/badrams.ru#readme"
}