KyivKrishnaAcademy/ved_akadem_students

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "kyiv-krishna-academy-students",
  "version": "1.1.1",
  "description": "Developed specially for Kyiv Spiritual Academy of Krishna Consciousness in Ukraine and ISKCON.",
  "main": "server.js",
  "engines": {
    "node": "5.5.0",
    "npm": "3.3.12"
  },
  "scripts": {
    "test": "bundle exec rspec && (cd client && npm run lint)",
    "express-server": "echo 'visit http://localhost:4000' && cd client && npm start"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/KyivKrishnaAcademy/ved_akadem_students.git"
  },
  "keywords": [
    "kyiv",
    "krishna",
    "academy",
    "students"
  ],
  "author": "mpugach",
  "bugs": {
    "url": "https://github.com/KyivKrishnaAcademy/ved_akadem_students/issues"
  },
  "homepage": "https://github.com/KyivKrishnaAcademy/ved_akadem_students",
  "dependencies": {
    "cookies-js": "1.2.3",
    "intl-tel-input": "8.5.2",
    "jquery": "^3.7.1",
    "raven-js": "3.9.1",
    "select2": "^4.0.13",
    "select2-bootstrap-theme": "0.1.0-beta.10"
  }
}