{
  "name": "moment-lunar",
  "version": "0.0.4",
  "description": "Moment.js plugin for chinese lunar calendar",
  "main": "moment-lunar.js",
  "dependencies": {
    "moment": "^2.17.1"
  },
  "devDependencies": {
    "uglifyjs": "^2.4.11"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "uglifyjs moment-lunar.js -c -m --source-map -o moment-lunar.min.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Luavis/moment-lunar.git"
  },
  "keywords": [
    "chinese",
    "lunar",
    "moment",
    "calendar",
    "date",
    "conversion",
    "convert"
  ],
  "author": "Luavis",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Luavis/moment-lunar/issues"
  },
  "homepage": "https://github.com/Luavis/moment-lunar#readme"
}
