{

"name": "govuk_frontend_toolkit_test_runner",
"repository": "https://github.com/alphagov/govuk_frontend_toolkit",
"version": "0.1.0",
"devDependencies": {
  "grunt": "~0.4.2",
  "grunt-cli": "0.1.11",
  "grunt-contrib-clean": "~0.6.0",
  "grunt-contrib-jasmine": "^1.0.0",
  "grunt-contrib-sass": "0.7.4",
  "jquery": "~1.12.4",
  "standard": "^8.2.0",
  "sass-color-helpers": "^2.0.3"
},
"scripts": {
  "test": "grunt test && npm run lint --silent",
  "lint": "standard && bundle && bundle exec govuk-lint-sass stylesheets"
},
"standard": {
  "ignore": [
    "/javascripts/vendor/",
    "/spec/support/"
  ]
}

}