{
  "name": "sukejuuru",
  "version": "0.1.0",
  "description": "Node module for Syobocal",
  "main": "index.js",
  "scripts": {
    "test": "echo \"No test available :(\" && exit 0;",
    "build": "babel src/lib/dateparser.js -o dist/lib/dateparser.js && babel src/sukejuuru.js -o dist/sukejuuru.min.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tanukiapp/sukejuuru.git"
  },
  "keywords": [
    "syobocal",
    "anime"
  ],
  "author": "Juanjo Salvador",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tanukiapp/sukejuuru/issues"
  },
  "homepage": "https://github.com/tanukiapp/sukejuuru#readme",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-minify": "^0.5.2",
    "standard": "^17.1.0"
  },
  "dependencies": {
    "sukejuuru": "^0.0.3"
  }
}
