{
  "name": "vdata-parser",
  "version": "0.1.5",
  "author": "Florian Goße <florian@essog.de>",
  "description": "Parse vdata (ics, vcal, vcard) to javscript objects.",
  "license": "MIT",
  "scripts": {
    "test": "grunt test"
  },
  "main": "lib/vdata-parser.js",
  "repository": {
    "type": "git",
    "url": "git@github.com/floriangosse/vdata-parser.git"
  },
  "keywords": [
    "vdata",
    "ics",
    "vcal",
    "vcard"
  ],
  "devDependencies": {
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-nodeunit": "0.4.0",
    "grunt-contrib-watch": "^0.6.1",
    "load-grunt-tasks": "^0.4.0",
    "time-grunt": "^0.3.1",
    "jshint-stylish": "0.2.0",
    "grunt-bump": "0.0.14"
  }
}
