12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "exoptjs",
- "version": "1.0.4",
- "description": "A express compiled framework",
- "main": "app.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "start": "node app.js"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/RamonSaldanha/exoptjs.git"
- },
- "author": "ramon saldanha <ramonsaldanhaa@gmail.com>",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/RamonSaldanha/exoptjs/issues"
- },
- "homepage": "https://github.com/RamonSaldanha/exoptjs#readme",
- "dependencies": {
- "body-parser": "^1.18.2",
- "cheerio": "^1.0.0-rc.2",
- "consign": "^0.1.6",
- "ejs": "^2.5.7",
- "express": "^4.16.2",
- "express-ejs-layouts": "^2.3.1",
- "lowdb": "^1.0.0",
- "moment": "^2.20.1",
- "mongoose": "^4.12.3",
- "mysql2": "^1.5.2",
- "path": "^0.12.7",
- "request": "^2.83.0",
- "sequelize": "^4.33.4",
- "shortid": "^2.2.8"
- }
- }
|