forked from LitoMore/mzsi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 919 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
{
"name": "mzsi",
"version": "1.3.1",
"description": "My zodiac sign is... Discover based on a date and know what their information, such as elements and behavioral characteristics.",
"license": "MIT",
"author": {
"name": "Cauê Alves",
"email": "[email protected]",
"url": "https://ceasbz.io"
},
"files": [
"index.js",
"get-symbol.js",
"i18n/en-us-about.json",
"i18n/pt-br-about.json",
"i18n/zh-cn-about.json"
],
"scripts": {
"test": "ava test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cauealves/mzsi.git"
},
"homepage": "https://github.com/cauealves/mzsi#readme",
"bugs": {
"url": "https://github.com/cauealves/mzsi/issues"
},
"keywords": [
"zodiac",
"sign",
"astrology",
"characteristics",
"elements",
"behavioral",
"discover"
],
"devDependencies": {
"ava": "0.16.0"
}
}