UNPKG

917 BJSONView Raw
1{
2 "name":"axiom",
3 "description":"Environment setup/runtime for single page applications.",
4 "version":"0.0.3",
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 },
23 "devDependencies":{
24 "mocha":"*",
25 "connect":"*",
26 "should":"*",
27 "mockery":"*",
28 "qi":"*"
29 },
30 "engines":{
31 "node":">= 0.8.4"
32 },
33 "licenses":[
34 {
35 "type":"MIT",
36 "url":"http://github.com/torchlightsoftware/axiom/raw/master/LICENSE"
37 }
38 ],
39 "scripts": {
40 "test":"mocha"
41 }
42}