-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 924 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
39
40
{
"name": "he-date",
"version": "1.2.2",
"description": "A javascript Date object with Hebrew calendar context",
"main": "HeDate.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "istanbul cover test",
"minify": "uglifyjs -mcr HeDate --keep-fnames --comments=/MIT/ HeDate.js > HeDate.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abrahamos/he-date.git"
},
"keywords": [
"he-date",
"hebrew",
"calendar",
"date"
],
"author": {
"name": "Avraham Osteicher",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"chai": "3.5.0",
"coveralls": "2.12.0",
"istanbul": "0.4.5",
"mocha": "3.2.0",
"uglify-js": "2.6.2"
},
"bugs": {
"url": "https://github.com/abrahamos/he-date/issues"
},
"homepage": "https://github.com/abrahamos/he-date#readme"
}