https://github.com/django/django
Raw File
Tip revision: 37935743edbf60201adb1b53b56b8cafa754c69a authored by Tim Graham on 01 March 2016, 16:38:39 UTC
[1.9.x] Bumped version for 1.9.3 release.
Tip revision: 3793574
package.json
{
  "name": "Django",
  "private": true,
  "scripts": {
    "pretest": "eslint django/ js_tests/admin/",
    "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"
  }
}
back to top