1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/package.json
Claude Paroz 1e8d48252b Added basic JS tests for OLMapWidget.js
Thanks Trey Hunner for cleaning the initial patch and Tim Graham for
the review.
2015-10-07 08:59:32 +02:00

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"
}
}