{
  "name": "morjs",
  "version": "1.1.0",
  "description": "Library for encoding/decoding Morse code messages",
  "homepage": "http://neocotic.com/mor.js",
  "bugs": {
    "url": "https://github.com/neocotic/mor.js/issues"
  },
  "author": {
    "name": "Alasdair Mercer",
    "email": "mercer.alasdair@gmail.com",
    "url": "http://neocotic.com"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/neocotic/mor.js/raw/master/LICENSE.md"
    }
  ],
  "keywords": [
    "morse",
    "decode",
    "encode",
    "fun",
    "util"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/neocotic/mor.js.git"
  },
  "devDependencies": {
    "expect.js": "^0.3.1",
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-uglify": "^0.5.1",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-docco": "^0.3.3",
    "grunt-mocha-test": "^0.11.0"
  },
  "main": "mor.js",
  "scripts": {
    "test": "grunt test"
  }
}