| 12345678910111213141516171819202122232425262728 |
- {
- "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": {
- "basic-auth": "^1.0.3",
- "bcrypt-nodejs": "0.0.3",
- "body-parser": "^1.15.0",
- "express": "^4.13.4",
- "file-stream-rotator": "0.0.6",
- "ioredis": "^1.15.1",
- "magic-window": "^1.0.4",
- "morgan": "^1.7.0",
- "node-schedule": "^1.1.0",
- "serve-index": "^1.7.3"
- }
- }
|