-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{ "name": "archai"
, "description": "of-course, the cosmos is alive"
, "keywords": [ "astrology", "perspective", "hellenistic", "postmodern", "archetypal", "cosmos", "stuff" ]
, "version": "0.2.1"
, "homepage": "http://astrolin.com/to/archai"
, "repository":
{ "type": "git"
, "url": "git://github.com/astrolet/archai.git"
}
, "bugs":
{ "mail": "[email protected]"
, "url" : "https://github.com/astrolet/archai/issues"
}
, "author": "Orlin M Bozhinov <[email protected]> (http://soundsapiens.com)"
, "contributors": []
, "directories": { "lib": "./lib" }
, "main": "index"
, "dependencies":
{ "coffee-script": "*"
, "underscore": "*"
, "backbone": "*"
, "backbone-rel": "*"
, "there": "*"
, "upon": "*"
}
, "devDependencies":
{ "jsonify": "*"
, "police": "*"
, "should": "*"
, "mocha": "*"
, "async": "*"
, "docco": "*"
, "eyes": "*"
, "chai": "*"
}
, "scripts": { "test": "cake -s test" }
, "os" : [ "!win32" ]
, "engines" : { "node" : "0.8.x", "npm": "1.1.x" }
, "licenses":
[ { "type": "Unlicense"
, "url" : "http://unlicense.org/"
}
]
}