django/django

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "Django",
  "private": true,
  "scripts": {
    "pretest": "eslint .",
    "test": "grunt test --verbose"
  },
  "engines": {
    "npm": ">=1.3.0"
  },
  "devDependencies": {
    "eslint": "^8.56.0",
    "puppeteer": "^22.2.0",
    "grunt": "^1.6.1",
    "grunt-cli": "^1.4.3",
    "grunt-contrib-qunit": "^8.0.1",
    "qunit": "^2.20.1"
  }
}