UNPKG

958 BJSONView Raw
1{
2 "name": "axiom",
3 "description": "Environment setup/runtime standardization for Node.js applications.",
4 "version": "0.1.2",
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": {
10 "axiom": "./bin/axiom"
11 },
12 "dependencies": {
13 "coffee-script": "*",
14 "npm": "*",
15 "async": "*",
16 "lodash": "*",
17 "postal": "*",
18 "torch": "^0.2.3",
19 "law": "",
20 "uuid": "*",
21 "optimist": "*",
22 "moment": "*",
23 "tea-error": "^0.1.0"
24 },
25 "devDependencies": {
26 "mocha": "*",
27 "should": "*",
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}