-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{ "name": "upon"
, "description": "varied reference frame"
, "keywords": [ "astrology", "perspective", "location", "space", "time", "physics", "astronomy", "coordinates" ]
, "version": "0.1.0"
, "homepage": "http://astrolin.com/to/upon"
, "repository":
{ "type": "git"
, "url": "git://github.com/astrolet/upon.git"
}
, "bugs":
{ "mail": "support@astrolet.net"
, "url" : "https://github.com/astrolet/upon/issues"
}
, "author": "Orlin M Bozhinov <orlin@astrolet.net> (http://soundsapiens.com)"
, "contributors": []
, "directories": { "lib": "./lib" }
, "main": "index"
, "dependencies":
{ "coffee-script": "*"
, "underscore": "*"
, "underscore.string": "*"
, "geoutils": "*"
}
, "devDependencies":
{ "jsonify": "*"
, "police": "*"
, "should": "*"
, "mocha": "*"
, "async": "*"
, "docco": "*"
, "eyes": "*"
, "vows": "0.6.x"
}
, "scripts": { "test": "cake -s test" }
, "os" : [ "!win32" ]
, "engines" : { "node" : "0.8.x", "npm": "1.1.x" }
, "licenses":
[ { "type": "Unlicense"
, "url" : "http://unlicense.org/"
}
]
}