12345678910111213141516171819202122 |
- {
- "name": "musare",
- "version": "1.0.0",
- "description": "Musare.",
- "main": "server.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "Musare",
- "license": "ISC",
- "dependencies": {
- "consolidate": "^0.14.1",
- "express": "^4.14.0",
- "express-session": "^1.14.0",
- "mustache": "^2.2.1",
- "node-sass": "^3.8.0",
- "passport": "^0.3.2",
- "passport-github": "^1.1.0",
- "rethinkdb": "^2.3.2",
- "rethinkdb-init": "^0.2.2"
- }
- }
|