12345678910111213141516171819202122 |
- {
- "name": "seq",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "cookie-session": "^2.0.0-beta.3",
- "cors": "^2.8.4",
- "express": "^4.16.3",
- "express-graphql": "^0.6.12",
- "graphql": "^0.13.2",
- "mysql2": "^1.5.3",
- "sequelize": "^4.37.10",
- "sha": "^2.0.1",
- "sha.js": "^2.4.11"
- }
- }
|