pdate
Version:
A tiny Persian calender convertor from/to Gregorian calendar
28 lines (27 loc) • 633 B
JSON
{
"name": "pdate",
"version": "1.0.5",
"description": "A tiny Persian calender convertor from/to Gregorian calendar",
"main": "index.js",
"scripts": {
"test": "mocha ./test/**/*.js --check-leaks"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arashmilani/pdate.git"
},
"keywords": [
"calender",
"persian",
"date"
],
"author": "Arash Milani <me@arashmilani.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/arashmilani/pdate/issues"
},
"homepage": "https://github.com/arashmilani/pdate#readme",
"devDependencies": {
"mocha": "^2.4.5"
}
}