-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
38 lines (38 loc) · 918 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
38
{
"name": "bikram-sambat",
"version": "0.0.0",
"description": "JS utilities for converting between the Nepali Bikram Sambat (Vikram Samvat) and Gregorian (standard European) calendars.",
"main": "src/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/alxndrsn/bikram-sambat.js.git"
},
"keywords": [
"bikram",
"sambat",
"vikram",
"samvat",
"nepali",
"calendar"
],
"author": "alxndrsn",
"license": "MIT",
"bugs": {
"url": "https://github.com/alxndrsn/bikram-sambat.js/issues"
},
"homepage": "https://github.com/alxndrsn/bikram-sambat.js#readme",
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-mocha-test": "^0.13.2",
"lodash": "^4.17.4",
"mocha": "^3.2.0"
},
"dependencies": {
"eurodig": "^1.2.2"
}
}