| 12345678910111213141516171819202122232425262728293031 |
- {
- "name": "forsaken-mail",
- "version": "1.0.0",
- "description": "",
- "main": "app.js",
- "scripts": {
- "start": "node ./bin/www",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "engines": {
- "node": ">=4.0.0"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/denghongcai/forrsaken-mail.git"
- },
- "author": "Hongcai Deng",
- "license": "GPL-2.0",
- "bugs": {
- "url": "https://github.com/denghongcai/forrsaken-mail/issues"
- },
- "homepage": "https://github.com/denghongcai/forrsaken-mail#readme",
- "dependencies": {
- "body-parser": "^1.14.2",
- "debug": "^2.2.0",
- "express": "^4.13.3",
- "mailin": "^3.0.2",
- "shortid": "^2.2.4",
- "socket.io": "^1.3.7"
- }
- }
|