https://github.com/django/django
Raw File
Tip revision: 358973a12eb3105ba084a2d594428a19223b8582 authored by Mariusz Felisiak on 18 December 2019, 08:32:29 UTC
[1.11.x] Bumped version for 1.11.27 release.
Tip revision: 358973a
package.json
{
  "name": "Django",
  "private": true,
  "scripts": {
    "pretest": "eslint django/ js_tests/admin/ js_tests/gis/",
    "test": "grunt test --verbose"
  },
  "engines": {
    "npm": ">=1.3.0 <3.0.0"
  },
  "devDependencies": {
    "eslint": "^4.18.2",
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-qunit": "^1.2.0"
  }
}
back to top