-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 986 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
49
{
"name": "numerologic",
"version": "0.0.6",
"description": "numerologic module",
"license": "MIT",
"main": "index.js",
"author": {
"name": "Matvey Safronov",
"email": "[email protected]"
},
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "[email protected]:brutalchrist/numerologic.git"
},
"keywords": [
"numerologic",
"esoteric",
"pythagoras",
"square",
"astrology",
"biorhythms",
"biorhythm",
"zodiac",
"zodiacal",
"sign",
"moon"
],
"devDependencies": {
"mocha": "2.1.x",
"chai": "1.10.x"
},
"bugs": {
"url": "https://github.com/brutalchrist/numerologic/issues"
},
"homepage": "https://github.com/brutalchrist/numerologic",
"maintainers": [
{
"name": "msafronov",
"email": "[email protected]"
},
{
"name": "brutalchrist",
"email": "[email protected]"
}
]
}