-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1017 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
{
"title": "calendar-data-structure",
"name": "calendar-data-structure",
"version": "0.3.1",
"description": "A calendar structure, to create month and weeks arrays that help the view creation",
"homepage": "https://github.com/jjdltc/calendar-data-structure#readme",
"license": "MIT",
"main": "calendar-data-structure.js",
"author": "Joel De La Torriente <[email protected]> (http://jjdltc.com)",
"keywords": [
"calendar",
"week",
"month",
"structure",
"year"
],
"maintainers": [
"Joel De La Torriente <[email protected]> (http://jjdltc.com)"
],
"contributors": [
"Joel De La Torriente <[email protected]> (http://jjdltc.com)"
],
"bugs": {
"url": "https://github.com/jjdltc/calendar-data-structure/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jjdltc/calendar-data-structure.git"
},
"dependencies": {},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.0.1"
},
"scripts": {
"test": "mocha"
}
}