-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
37 lines (37 loc) · 998 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "ad-bs-converter",
"version": "0.5.0",
"description": "A javascript implementation to convert bikram samvat to anno domini and vice-versa",
"main": "src/converter.js",
"scripts": {
"test": "mocha test --recursive",
"cover": "istanbul cover --report html node_modules/.bin/_mocha -- -R spec test/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/techgaun/ad-bs-converter.git"
},
"keywords": [
"bikram samvat",
"nepali-to-english",
"english-to-nepali",
"nepali date converter",
"ad-bs",
"nepali to english date",
"english to nepali date"
],
"author": "techgaun",
"license": "ISC",
"bugs": {
"url": "https://github.com/techgaun/ad-bs-converter/issues"
},
"homepage": "https://github.com/techgaun/ad-bs-converter#readme",
"devDependencies": {
"chai": "^3.1.0",
"mocha": "^2.2.5"
},
"dependencies": {
"get-nepali-number": "^0.1.0",
"get-nepday-of-week": "^0.1.4"
}
}