blob: d926bdc5fa1dcf96f5f7e7c723c6cd4602734bdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "Django",
"private": true,
"scripts": {
"pretest": "eslint django/",
"test": "grunt test --verbose"
},
"devDependencies": {
"eslint": "^0.22.1",
"grunt": "^0.4.5",
"grunt-blanket-qunit": "^0.2.0",
"grunt-cli": "^0.1.13"
}
}
|