creative-workflow/jquery.language

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "jquery.language",
  "version": "1.0.0",
  "description": "A simple, lightweight jQuery plugin for handling languages",
  "main": "dist/jquery.language.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/creative-workflow/jquery.language.git"
  },
  "author": "Tom Hanoldt",
  "license": "MIT",
  "readmeFilename": "README.md",
  "devDependencies": {
    "coffeelint": "^1.9.7",
    "grunt": "^0.4.5",
    "grunt-coffeelint": "0.0.13",
    "grunt-contrib-coffee": "^0.13.0",
    "grunt-contrib-compress": "^0.13.0",
    "grunt-contrib-jasmine": "^0.8.2",
    "grunt-contrib-uglify": "^0.9.1",
    "grunt-contrib-watch": "^0.6.1"
  },
  "dependencies": {
    "jquery": ">=1.8"
  },
  "scripts": {
    "test": "grunt test"
  },
  "keywords": [
    "jquery-plugin", "ecosystem:jquery", "language", "browser", "detection", "translation"
  ]
}