-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 960 Bytes
/
package.json
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
{
"name": "roberto-monteiro",
"version": "0.0.2",
"description": "Desenvolvimento de Aplicações Web e Consultoria em tecnologia",
"author": {
"name": "Roberto Monteiro",
"email": "[email protected]",
"url": "https://flourigh.com"
},
"bugs": "https://github.com/flourigh/flourigh/issues",
"homepage": "http://flourigh.com/",
"keywords": [
"Desenvolvimento",
"Aplicativos",
"Consultoria",
"Tecnologia",
"Web"
],
"repository": {
"type": "git",
"url": "https://github.com/flourigh/flourigh.git"
},
"private": true,
"scripts": {
"pack": "clear && npm install && npm update && npm start",
"express": "node server.js",
"start": "http-server ./"
},
"dependencies": {
"http-server": "^0.11.1",
"express": "^4.16.4"
},
"engines": {
"node": ">= 11.9.0",
"npm": ">= 6.7.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}