igo
Version:
Igo is a Node.js Web Framework based on Express
79 lines (78 loc) • 2.02 kB
JSON
{
"name": "igo",
"version": "3.6.2",
"homepage": "https://github.com/igocreate/igo",
"description": "Igo is a Node.js Web Framework based on Express",
"main": "index.js",
"scripts": {
"test": "mocha --exit",
"jshint": "jshint src/**/*.js"
},
"bin": {
"igo": "./cli/igo.js"
},
"keywords": [
"igocreate",
"web",
"expressjs"
],
"repository": {
"type": "git",
"url": "git@github.com:igocreate/igo.git"
},
"author": "@_arnaud_m",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"ajv": "^6.12.6",
"assets-webpack-plugin": "^6.0.3",
"async": "3.2.0",
"babel-loader": "^8.1.0",
"body-parser": "1.19.0",
"clean-webpack-plugin": "^3.0.0",
"compression": "1.7.4",
"continuation-local-storage": "3.2.1",
"cookie-parser": "1.4.5",
"cookie-session": "2.0.0-beta.3",
"css-loader": "^5.0.0",
"csv-write-stream": "^2.0.0",
"dotenv": "8.2.0",
"express": "4.17.1",
"fibers": "^5.0.0",
"file-loader": "^6.1.1",
"fs-extra": "9.0.1",
"i18next": "19.8.3",
"i18next-express-middleware": "2.0.0",
"i18next-node-fs-backend": "2.1.3",
"igo-dust": "0.1.12",
"jshint": "^2.12.0",
"jshint-stylish": "2.2.1",
"less": "3.12.2",
"less-loader": "^7.0.2",
"lodash": "^4.17.20",
"mini-css-extract-plugin": "1.2.0",
"minimist": "^1.2.5",
"moment": "2.29.1",
"multiparty": "^4.2.2",
"mysql": "2.18.1",
"node-sass": "^4.14.1",
"nodemailer": "6.4.14",
"nodemon": "2.0.6",
"npm-run-all": "^4.1.5",
"querystring": "0.2.0",
"redis": "3.0.2",
"replace-in-file": "^6.1.0",
"sass": "^1.27.0",
"sass-loader": "^10.0.4",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"uuid": "^8.3.1",
"validator": "^13.1.17",
"webpack": "^5.3.0",
"webpack-cli": "^4.1.0",
"winston": "3.3.3",
"winston-papertrail": "1.0.5"
}
}