Sha256: 79f6fd5131ceb6f2f0bffb4afa7ee43936276c80bd45ccc079c76c36e1ff6c0f
Contents?: true
Size: 625 Bytes
Versions: 4
Compression:
Stored size: 625 Bytes
Contents
{ "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.11.3", "standard": "^8.2.0" }, "scripts": { "test": "grunt test && npm run lint --silent", "lint": "standard && bundle && bundle exec govuk-lint-sass stylesheets" }, "standard": { "ignore": [ "/javascripts/vendor/", "/spec/support/" ] } }
Version data entries
4 entries across 4 versions & 1 rubygems