-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 844 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 844 Bytes
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
{ "name": "gravity"
, "description": "namely space stuff through time"
, "keywords": [ "astrology", "ephemeris", "data" ]
, "version": "0.0.2"
, "homepage": "http://astrolin.com/to/sin"
, "repository":
{ "type": "git"
, "url": "git://github.com/astrolet/sin.git"
}
, "bugs":
{ "mail": "support@astrolet.net"
, "url" : "https://github.com/astrolet/precious/issues"
}
, "author": "Orlin M Bozhinov <orlin@astrolet.net> (http://soundsapiens.com)"
, "contributors": []
, "files": [ "data" ]
, "dependencies": {}
, "devDependencies": {}
, "licenses":
[ { "type": "Unlicense"
, "url" : "http://unlicense.org/"
}
,
{ "type": "GPL"
, "url" : "http://github.com/astrolet/eden/raw/master/LICENSE"
}
,
{ "type": "Swiss Ephemeris"
, "url" : "http://github.com/astrolet/eden/raw/master/LICENSE"
}
]
}