year-of-dragon
Version:
Check if is year of Dragon
37 lines (36 loc) • 616 B
JSON
{
"name": "year-of-dragon",
"version": "1.0.3",
"description": "Check if is year of Dragon",
"main": "index.js",
"scripts": {
"test": "node test"
},
"keywords": [
"year",
"year-of",
"chinese",
"zodiac",
"rat",
"ox",
"tiger",
"rabbit",
"dragon",
"snake",
"horse",
"sheep",
"monkey",
"rooster",
"dog",
"pig"
],
"author": "Robert Chang <cht8687@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/cht8687/year-of-dragon.git"
},
"license": "MIT",
"devDependencies": {
"tape": "^4.6.0"
}
}