summaryrefslogtreecommitdiff
path: root/package.json
blob: d6c2cd00518b07d2338d791cfb65fa7e3e24f4e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "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": "^0.22.1",
    "grunt": "^0.4.5",
    "grunt-blanket-qunit": "^0.2.0",
    "grunt-cli": "^0.1.13"
  }
}