{
  "name": "@rolesvillesoftware/pevcalculator",
  "version": "1.0.0",
  "description": "The calculator process to determine the PEV scores of the students",
  "main": "index.js",
  "scripts": {
    "test": "jasmine-ts JASMINE_CONFIG_PATH=spec/support/jasmine.json"
  },
  "keywords": [
    "PEV",
    "Calculator"
  ],
  "author": "Rolesville Software LLC",
  "license": "MIT",
  "dependencies": {
    "@rolesvillesoftware/tools": "^4.2.2",
    "@rolesvillesoftware/tsentity": "^1.2.1"
  },
  "devDependencies": {
    "@types/jasmine": "^2.8.6",
    "@types/node": "^9.4.7",
    "jasmine": "^3.1.0",
    "jasmine-core": "^3.1.0",
    "jasmine-reporters": "^2.3.0",
    "jasmine-ts": "^0.2.1",
    "typescript": "^2.7.2"
  }
}
