1234567891011121314151617 |
- {
- "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": "^6.8.0",
- "grunt": "^1.0.1",
- "grunt-cli": "^1.2.0",
- "grunt-contrib-qunit": "^3.1.0"
- }
- }
|