{
  "name": "oy",
  "version": "0.0.1",
  "description": "Analysis tool for London Oyster card statements",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -R spec",
    "lint": "./node_modules/.bin/jshint ./lib/*",
    "complexity": "./node_modules/.bin/cr ./lib"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/cistov/oy.git"
  },
  "keywords": [
    "oyster",
    "london"
  ],
  "author": "Artur Cistov",
  "license": "MIT",
  "readmeFilename": "README.md",
  "dependencies": {
    "csv": "~0.3.3",
    "timeTraveller": "~0.2.1",
    "statsjs": "~1.0.6",
    "underscore": "~1.5.2"
  },
  "devDependencies": {
    "should": "~2.1.0",
    "mocha": "~1.15.1",
    "istanbul": "~0.1.46",
    "coveralls": "~2.6.0",
    "jshint": "~2.3.0",
    "complexity-report": "~1.0.1"
  }
}
