licham
Version:
Vietnamese Calendar
43 lines (42 loc) • 914 B
JSON
{
"name": "licham",
"version": "1.1.0",
"description": "Vietnamese Calendar",
"main": "index.js",
"bin": {
"licham": "./dist/cli.js"
},
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.10.3",
"babel-register": "^6.9.0",
"standard": "^7.1.2",
"tape": "^4.6.0"
},
"scripts": {
"build": "babel src --out-dir=dist",
"prepublish": "npm run build",
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dominhhai/licham.git"
},
"keywords": [
"Vietnamese",
"Calendar",
"Lunar",
"Lich",
"Am"
],
"author": "Hai Do Minh",
"license": "MIT",
"bugs": {
"url": "https://github.com/dominhhai/licham/issues"
},
"homepage": "https://github.com/dominhhai/licham#readme"
}