| 123456789101112131415161718 |
- {
- "name": "ip-project-server",
- "version": "1.0.0",
- "description": "Server for the IP project",
- "main": "index.js",
- "scripts": {
- "test": "node index.js"
- },
- "author": "Matt",
- "license": "MIT",
- "dependencies": {
- "bcrypt-nodejs": "0.0.3",
- "body-parser": "^1.15.0",
- "express": "^4.13.4",
- "ioredis": "^1.15.1"
- }
- }
|