UNPKG

bikram-sambat

Version:

JS utilities for converting between the Nepali Bikram Sambat (Vikram Samvat) and Gregorian (standard European) calendars.

39 lines (38 loc) 943 B
{ "name": "bikram-sambat", "version": "1.8.1", "description": "JS utilities for converting between the Nepali Bikram Sambat (Vikram Samvat) and Gregorian (standard European) calendars.", "main": "src/index.js", "scripts": { "jshint": "jshint package.json test/*.js src/*.js", "test": "npm run jshint && mocha test/**/*.js" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/medic/bikram-sambat.git" }, "keywords": [ "bikram", "sambat", "vikram", "samvat", "nepali", "calendar" ], "author": "alxndrsn", "license": "Apache-2.0", "bugs": { "url": "https://github.com/medic/bikram-sambat/issues" }, "homepage": "https://github.com/medic/bikram-sambat#readme", "devDependencies": { "chai": "^4.2.0", "grunt": "^1.0.3", "jshint": "^2.9.7", "lodash": "^4.17.11", "mocha": "^5.2.0" }, "dependencies": { "eurodigit": "^3.1.3" } }