UNPKG

947 BJSONView Raw
1{
2 "name":"axiom",
3 "description":"Environment setup/runtime standardization for Node.js applications.",
4 "version":"0.0.8",
5 "homepage":"http://github.com/TorchlightSoftware/axiom",
6 "repository":"git://github.com/TorchlightSoftware/axiom.git",
7 "author":"Torchlight Software <info@torchlightsoftware.com> (http://torchlightsoftware.com)",
8 "main":"./index.js",
9 "bin":{"axiom": "./bin/axiom"},
10
11 "dependencies":{
12 "coffee-script":"*",
13 "npm":"*",
14 "lodash":"*",
15 "machina":"*",
16 "postal":"*",
17 "torch":"*",
18 "law":"",
19 "uuid":"*",
20 "async":"*",
21 "optimist":"*",
22 "moment":"*"
23 },
24 "devDependencies":{
25 "mocha":"*",
26 "connect":"*",
27 "should":"*",
28 "mockery":"*",
29 "qi":"*"
30 },
31 "engines":{
32 "node":">= 0.8.4"
33 },
34 "licenses":[
35 {
36 "type":"MIT",
37 "url":"http://github.com/torchlightsoftware/axiom/raw/master/LICENSE"
38 }
39 ],
40 "scripts": {
41 "test":"mocha"
42 }
43}