forked from melhoridadesa/portalv5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 875 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 875 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
{
"name": "portalv4",
"version": "1.0.0",
"description": "Lembrar de alterar o nome da pasta do projeto no caso ela foi criado com o nome portalv4, ou seja, se for necessario alterar o nome do projeto para o nome da sua empresa, por exemplo, piocoroSA entao voce devera altera o DocumentRoot e tambem o Directory",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/melhoridadesa/portalv5.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/melhoridadesa/portalv5/issues"
},
"homepage": "https://github.com/melhoridadesa/portalv5",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.8"
}
}