-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
67 lines (67 loc) · 1.56 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{ "name": "precious"
, "description": "the minimum kind of ephemeris"
, "keywords": [ "astrology", "ephemeris", "pyswisseph" ]
, "version": "0.2.0-3"
, "homepage": "http://astrolin.com/to/precious"
, "repository":
{ "type": "git"
, "url": "git://github.com/astrolet/precious.git"
}
, "bugs":
{ "mail": "support@astrolet.net"
, "url" : "https://github.com/astrolet/precious/issues"
}
, "author": "Orlin M Bozhinov <orlin@astrolet.net> (http://soundsapiens.com)"
, "contributors": []
, "directories":
{ "bin": "./bin"
, "man": "./man"
}
, "main": "index"
, "dependencies":
{ "coffee-script": "*"
, "underscore": "*"
, "upon": "*"
, "gravity": "*"
, "complete": "*"
, "JSONStream": "0.4.2"
, "deepmerge": "*"
, "jsonify": "*"
, "errs": "*"
, "colors": "*"
}
, "devDependencies":
{ "eyes": "*"
, "ronn": "*"
, "docco": "0.3.0"
, "async": "*"
, "police": "*"
, "mocha": ""
, "q": "*"
, "should": "*"
, "difflet": "*"
, "traverse": "*"
, "jsontool": "*"
}
, "scripts":
{ "install" : "python ./swe/setup.py build --build-lib ../bin"
, "postinstall": "coffee ./bin/post-install.coffee"
, "test": "cake -s test"
}
, "bin": { "precious" : "./bin/precious.js" }
, "os" : [ "!win32" ]
, "engines" : { "node" : "0.8.x", "npm": "1.1.x" }
, "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"
}
]
}