2020-12-18 15:05:21 -03:00
|
|
|
{
|
|
|
|
"name": "stand",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Web simple para Stand",
|
|
|
|
"main": "index.html",
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"stand",
|
|
|
|
"celular",
|
|
|
|
"telefono",
|
|
|
|
"smartphone",
|
|
|
|
"chile",
|
|
|
|
"soporte",
|
|
|
|
"tablet"
|
|
|
|
],
|
|
|
|
"author": "Aldarien",
|
|
|
|
"license": "UNLICENSED",
|
|
|
|
"devDependencies": {
|
2021-01-03 00:22:47 -03:00
|
|
|
"@babel/core": "^7.12.10",
|
|
|
|
"@babel/preset-env": "^7.12.11",
|
2020-12-18 15:05:21 -03:00
|
|
|
"gulp": "^4.0.2",
|
|
|
|
"gulp-babel": "^8.0.0",
|
|
|
|
"gulp-concat": "^2.6.1",
|
|
|
|
"gulp-dart-sass": "^1.0.2",
|
2021-01-02 17:08:58 -03:00
|
|
|
"gulp-htmlmin": "^5.0.1",
|
2020-12-18 15:05:21 -03:00
|
|
|
"gulp-rename": "^2.0.0",
|
|
|
|
"gulp-sourcemaps": "^3.0.0",
|
|
|
|
"gulp-uglify": "^3.0.2"
|
|
|
|
}
|
|
|
|
}
|