mirror of
https://github.com/django/django.git
synced 2024-11-18 15:34:16 +00:00
1e8d48252b
Thanks Trey Hunner for cleaning the initial patch and Tim Graham for the review.
15 lines
300 B
JSON
15 lines
300 B
JSON
{
|
|
"name": "Django",
|
|
"private": true,
|
|
"scripts": {
|
|
"pretest": "eslint django/ js_tests/admin/ js_tests/gis/",
|
|
"test": "grunt test --verbose"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^0.22.1",
|
|
"grunt": "^0.4.5",
|
|
"grunt-blanket-qunit": "^0.2.0",
|
|
"grunt-cli": "^0.1.13"
|
|
}
|
|
}
|