{ "name": "p3x-gitlist", "version": "2.0.28-602", "corifeus": { "prefix": "p3x-", "publish": false, "type": "p3x", "opencollective": false, "cdn": true, "icon": "fas fa-code", "code": "Spawn", "nodejs": "v10.1.0", "reponame": "gitlist" }, "scripts": { "build": "grunt && webpack --production", "webpack-watch": "grunt && webpack --watch", "less-watch": "grunt watch:less", "watch": "grunt && concurrently \"webpack --watch\" \"grunt watch:less\"" }, "description": "🤖 P3X Gitlist", "main": "index.js", "repository": "https://github.com/patrikx3/gitlist", "author": "patrikx3 ", "license": "MIT", "devDependencies": { "concurrently": "^3.5.1", "bootstrap": "^3.3.7", "bootswatch": "3.3.7 <3.9.9", "corifeus-builder": "^1.7.1400-407", "css-loader": "^0.28.11", "extract-text-webpack-plugin": "^4.0.0-beta.0", "file-loader": "^1.1.11", "font-awesome": "^4.7.0", "fs-extra": "^6.0.1", "grunt": "^1.0.2", "grunt-contrib-clean": "^1.1.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-less": "^1.4.1", "grunt-contrib-watch": "^1.1.0", "less-loader": "^4.1.0", "style-loader": "^0.21.0", "uglifyjs-webpack-plugin": "^1.2.5", "url-loader": "^1.0.1", "webpack": "^4.8.3", "webpack-cli": "^2.1.3" }, "engines": { "node": ">=8.9.0" }, "homepage": "https://pages.corifeus.com/gitlist", "dependencies": { "animate.css": "^3.6.1", "codemirror": "^5.37.0", "highlight.js": "^9.12.0", "jquery": "^3.3.1", "js-cookie": "^2.2.0", "js-htmlencode": "^0.3.0", "list.js": "^1.5.0", "lodash": "^4.17.10", "marked": "^0.3.19", "php-date": "^2.1.1", "raphael": "^2.2.7", "snackbarjs": "^1.1.0", "twemoji": "^2.5.1" } }