This repository has been archived by the owner on Apr 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
80 lines (80 loc) · 1.74 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "kollavarsham",
"version": "0.5.0",
"main": "lib/kollavarsham.js",
"description": "Convert Gregorian date to Kollavarsham date and vice versa",
"keywords": [
"kollavarsham",
"malayalam calendar",
"malayalam era",
"gregorian calendar",
"hindu calendar",
"solar months",
"sidereal calendar",
"chingam",
"kanni",
"thulam",
"vrischikam",
"dhanu",
"makaram",
"kumbham",
"meenam",
"medam",
"idavam",
"mithunam",
"karkitakam"
],
"homepage": "http://kollavarsham.org",
"bugs": "https://github.com/kollavarsham/kollavarsham-nodejs/issues",
"author": {
"name": "The Kollavarsham Team",
"email": "[email protected]",
"url": "http://kollavarsham.org"
},
"contributors": [
{
"name": "Arun N. Kutty",
"email": "[email protected]",
"url": "https://github.com/arunkutty"
},
{
"name": "Floyd Pink",
"email": "[email protected]",
"url": "https://github.com/floydpink"
}
],
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "kollavarsham/kollavarsham-nodejs"
},
"licenses": [
{
"type": "MIT",
"url": "http://kollavarsham.org/LICENSE.txt"
}
],
"scripts": {
"test": "grunt test"
},
"directories": {
"lib": "lib",
"test": "test"
},
"devDependencies": {
"grunt-build-control": "^0.6.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-yuidoc": "~0.10.0",
"jshint-stylish": "^2.0.1",
"load-grunt-tasks": "~3.2.0",
"time-grunt": "~1.2.1"
},
"dependencies": {
"lodash": "^3.10.1",
"node.extend": "~1.1.5"
}
}