Tyriar/responsive-content.js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "responsive-content.js",
  "version": "2.0.1",
  "description": "Transforms a piece of text at a breakpoint as well as produces a screen reader specific version.",
  "main": "responsive-content.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Tyriar/responsive-content.js.git"
  },
  "keywords": [
    "accessibility",
    "html"
  ],
  "author": "Daniel Imms <tyriar@tyriar.com> (http://www.growingwiththeweb.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Tyriar/responsive-content.js/issues"
  },
  "homepage": "https://github.com/Tyriar/responsive-content.js",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-copy": "^0.8.2",
    "grunt-contrib-jasmine": "^0.9.2",
    "grunt-contrib-uglify": "^0.9.2"
  }
}