-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·39 lines (39 loc) · 953 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
{
"name": "ifcjs",
"version": "1.0.0",
"description": "IFC.JS | A JavaScript Library for creating and working with dates in the International Fixed Calendar.",
"main": "src/ifc.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geraldfullam/ifcjs.git"
},
"keywords": [
"date",
"international fixed calendar",
"calendar reform",
"pancronometer",
"world calendar",
"thirteen month calendar",
"13 month calendar",
"perennial calendar",
"Cotsworth",
"Gregorian"
],
"author": "Gerald Fullam",
"license": "MIT",
"bugs": {
"url": "https://github.com/geraldfullam/ifcjs/issues"
},
"homepage": "https://github.com/geraldfullam/ifcjs#readme",
"devDependencies": {
"chai": "^3.5.0",
"karma": "^0.13.22",
"mocha": "^2.4.5"
}
}