UNPKG

911 BJSONView Raw
1{
2 "name":"axiom",
3 "description":"Environment setup/runtime standardization for Node.js applications.",
4 "version":"0.0.9",
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 "postal":"*",
16 "torch":"*",
17 "law":"",
18 "uuid":"*",
19 "optimist":"*",
20 "moment":"*"
21 },
22 "devDependencies":{
23 "mocha":"*",
24 "connect":"*",
25 "should":"*",
26 "mockery":"*",
27 "qi":"*"
28 },
29 "engines":{
30 "node":">= 0.8.4"
31 },
32 "licenses":[
33 {
34 "type":"MIT",
35 "url":"http://github.com/torchlightsoftware/axiom/raw/master/LICENSE"
36 }
37 ],
38 "scripts": {
39 "test":"mocha"
40 }
41}