| 1234567891011121314151617181920212223 |
- {
- "name": "ip-project-server",
- "version": "1.0.1",
- "description": "Server for the IP project",
- "main": "index.js",
- "scripts": {
- "test": "node index.js"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/Alpha-Atom/ip-project-server.git"
- },
- "author": "Matt",
- "license": "MIT",
- "dependencies": {
- "bcrypt-nodejs": "0.0.3",
- "body-parser": "^1.15.0",
- "express": "^4.13.4",
- "ioredis": "^1.15.1",
- "node-schedule": "^1.1.0"
- }
- }
|