From 50258d255c255676d575e43d867b4e2bca0106b9 Mon Sep 17 00:00:00 2001 From: Aldarien Date: Fri, 18 Dec 2020 15:05:21 -0300 Subject: [PATCH] NPM --- package.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..022612d --- /dev/null +++ b/package.json @@ -0,0 +1,29 @@ +{ + "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": { + "gulp": "^4.0.2", + "gulp-babel": "^8.0.0", + "gulp-concat": "^2.6.1", + "gulp-dart-sass": "^1.0.2", + "gulp-rename": "^2.0.0", + "gulp-sourcemaps": "^3.0.0", + "gulp-uglify": "^3.0.2" + } +}