0
0
mirror of https://github.com/django/django.git synced 2024-11-21 19:09:18 +01:00
django/package.json
2020-03-17 15:43:59 +01:00

19 lines
369 B
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": "^6.8.0",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-qunit": "^3.1.0",
"qunit": "^2.9.3"
}
}