-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
48 lines (45 loc) · 931 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
41
42
43
44
45
46
47
48
{
"name": "cejs",
"title": "CeJS",
"version": "4.5.10",
"description": "A JavaScript module framework that is simple to use.",
"keywords": [
"arbitrary-precision",
"arithmetic",
"numerals",
"Chinese era",
"calendar",
"character encoding",
"address input",
"internationalization"
],
"author": {
"name": "vimunci",
"email": "[email protected]",
"url": "https://github.com/kanasimi/CeJS"
},
"contributors": [
"vimunci"
],
"license": "BSD-3-Clause",
"homepage": "https://github.com/kanasimi/CeJS",
"bugs": {
"url": "https://github.com/kanasimi/CeJS/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kanasimi/CeJS.git"
},
"type": "commonjs",
"main": "./index.js",
"scripts": {
"test": "node \"_test suite/test.js\""
},
"engines": {
"node": ">=0.10"
},
"devDependencies": {
},
"dependencies": {
}
}