{ "name": "site-devfest-2019", "version": "1.0.0", "repository": "https://gitlab.com/devfest-toulouse/site-devfest-2019", "author": "Igor Laborie ", "license": "Apache-2.0", "scripts": { "build:minify": "node tools/minify.js", "build": "run-p build:*" }, "devDependencies": { "glob": "^7.1.4", "html-minifier": "^4.0.0", "npm-run-all": "^4.1.5", "plop-logger": "^2.3.0", "tslib": "^1.10.0" } }