123456789101112131415161718192021222324252627282930 |
- {
- "name": "klapi",
- "version": "0.0.4",
- "private": true,
- "main": "lib/export.js",
- "scripts": {
- "start": "nodemon ./bin/www",
- "production": "node ./bin/www"
- },
- "dependencies": {
- "bcrypt": "^3.0.4",
- "braintree": "^2.16.0",
- "chai": "^4.2.0",
- "cookie-parser": "~1.4.3",
- "debug": "~2.6.9",
- "express": "~4.16.0",
- "formidable": "^1.2.1",
- "http-errors": "^1.6.3",
- "jade": "~1.11.0",
- "knex": "^0.15.2",
- "mocha": "^6.0.2",
- "morgan": "~1.9.0",
- "mysql": "^2.16.0",
- "nodemailer": "^6.2.1",
- "request": "^2.88.0",
- "request-promise": "^4.2.4",
- "uuid": "^3.3.2",
- "xml2js": "^0.4.19"
- }
- }
|