-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 877 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
{
"name": "node-jalali",
"description": "Jalali DateTime Module For Node.JS",
"version": "1.0.0",
"keywords": ["date", "jalali", "shamsi", "time"],
"author": "Amir Mahmoudi <[email protected]> (http://a-mahmoudi.com/)",
"homepage": "https://github.com/Geeknux/node-jalali",
"contributors": [
{
"name": "Amir Mahmoudi",
"web": "http://a-mahmoudi.com/"
},
{
"name": "Morteza Milani",
"web": "http://github.com/milani"
}
],
"license": ["MIT"],
"repository": {
"type": "git",
"url": "https://github.com/Geeknux/node-jalali.git"
},
"bugs": {
"url": "https://github.com/Geeknux/node-jalali/issues"
},
"directories": {
"lib": "./lib"
},
"engines": [
"node >= 0.4.0"
],
"main": "index.js"
}