UNPKG

938 BJSONView Raw
1{
2 "name": "status",
3 "description": "System automation on steroids",
4 "version": "0.0.13",
5 "homepage": "http://github.com/wearefractal/status",
6 "repository": "git://github.com/wearefractal/status.git",
7 "author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
8 "main": "./index.js",
9 "preferGlobal": true,
10 "bin": "./bin/status",
11 "dependencies": {
12 "argus": "0.0.3",
13 "async": "^0.9.0",
14 "coffee-script": "^1.8.0",
15 "commander": "^1.0.0",
16 "fractal": "0.0.3",
17 "loggo": "0.0.4",
18 "semver": "^4.2.0"
19 },
20 "optionalDependencies": {
21 "dbus": "^0.2.10"
22 },
23 "devDependencies": {
24 "mocha": "^2.1.0",
25 "should": "^4.6.1"
26 },
27 "scripts": {
28 "test": "mocha --compilers coffee:coffee-script/register"
29 },
30 "engines": {
31 "node": ">= 0.6.0"
32 },
33 "licenses": [
34 {
35 "type": "MIT",
36 "url": "http://github.com/wearefractal/status/raw/master/LICENSE"
37 }
38 ]
39}