package.json 347 B

1234567891011121314151617
  1. {
  2. "name": "Django",
  3. "private": true,
  4. "scripts": {
  5. "pretest": "eslint django/ js_tests/admin/ js_tests/gis/",
  6. "test": "grunt test --verbose"
  7. },
  8. "engines": {
  9. "npm": ">=1.3.0 <3.0.0"
  10. },
  11. "devDependencies": {
  12. "eslint": "^4.18.2",
  13. "grunt": "^1.0.1",
  14. "grunt-cli": "^1.2.0",
  15. "grunt-contrib-qunit": "^1.2.0"
  16. }
  17. }