{
  "name": "nicolive",
  "bin" : "nicolive",
  "description": "Command line comment viewer",
  "version": "0.0.4",

  "main": "lib/nicolive",
  "files": [
    "lib",
    "nicolive"
  ],

  "scripts": {
    "start": "jasminetea test --watch 'src/**/*.coffee,test/**/*.coffee'",
    "test": "jasminetea test --cover --report",

    "prepublish": "node -e \"if(process.env.TRAVIS_PASSED){}else{process.exit(1)}\" && npm run compile || echo skip prepublish",
    "compile": "coffee --output lib --bare --compile src && cp src/api.json lib/api.json"
  },
  "dependencies": {
    "chalk": "^1.0.0",
    "cheerio": "^0.19.0",
    "commander": "^2.8.0",
    "readline-sync": "^1.2.22",
    "request": "^2.55.0"
  },
  "devDependencies": {
    "jasminetea": "^0.2.1"
  },
  
  "author": "59naga <i59naga@icloud.com> (http://berabou.me)",
  "license": "MIT",
  "keywords": [
    "nicovideo"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/59naga/nicolive.git"
  },
  "bugs": {
    "url": "https://github.com/59naga/nicolive/issues"
  },
  "homepage": "https://github.com/59naga/nicolive"
}
