{
  "name": "twix",
  "version": "1.3.0",
  "description": "Twix.js allows you to work with date ranges",
  "homepage": "http://icambron.github.io/twix.js/",
  "author": "Isaac Cambron",
  "keywords": [
    "twix",
    "date",
    "date range"
  ],
  "peerDependencies": {
    "moment": ">= 2.10.0"
  },
  "devDependencies": {
    "benchmark": "latest",
    "blanket": "latest",
    "coffee-script": "latest",
    "coffeelint": "latest",
    "coveralls": "latest",
    "mocha": "latest",
    "mocha-lcov-reporter": "latest",
    "moment": ">= 2.10.0",
    "requirejs": "latest",
    "uglify-js": "latest"
  },
  "main": "dist/twix",
  "scripts": {
    "test": "mocha -R dot test/twix.spec.js"
  },
  "engines": {
    "node": "*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/icambron/twix.js.git"
  },
  "bugs": {
    "url": "https://github.com/icambron/twix.js/issues"
  },
  "license": "MIT",
  "config": {
    "blanket": {
      "pattern": [
        "dist/twix.js"
      ]
    }
  }
}
