-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 967 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
{
"name": "layout-produtos-prodepa",
"version": "1.0.0",
"description": "Layout base para os produtos da prodepa",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ppfmagno/layout-produtos-prodepa.git"
},
"author": "ppfmagno",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/ppfmagno/layout-produtos-prodepa/issues"
},
"homepage": "https://github.com/ppfmagno/layout-produtos-prodepa#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"browser-sync": "^2.24.5",
"gulp": "^4.0.0",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-ejs": "^3.1.3",
"gulp-flatmap": "^1.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0"
}
}