-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.22 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.22 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
45
{
"name": "projetoportal",
"version": "0.0.1",
"description": "Desenvolvimento de um projeto para o final do curso de desenvolvimento web com javaScript",
"main": "main.js",
"engines": {
"node": "5.9.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node main.js",
"dev-node": "nodemon",
"postinstall": "./node_modules/bower/bin/bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Felipesdeveloper/projetoportal.git"
},
"author": "FelipesDeveloper",
"license": "ISC",
"bugs": {
"url": "https://github.com/Felipesdeveloper/projetoportal/issues"
},
"homepage": "https://github.com/Felipesdeveloper/projetoportal#readme",
"dependencies": {
"express": "^4.15.2",
"mustache": "^2.2.1",
"mustache-express": "^1.2.2",
"bower": "^1.8.0",
"nodemon": "^1.11.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.1.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"gulp-clean-css": "^3.0.3",
"gulp-image": "^2.7.5",
"gulp-imagemin": "^3.1.1",
"pump": "^1.0.2",
"imagemin-optipng": "^4.2.0",
"lite-server": "^2.3.0"
}
}