UNPKG

os-ex

Version:

[![Build Status](https://secure.travis-ci.org/aleafs/os-ex.png?branch=master)](http://travis-ci.org/aleafs/os-ex) [![Coverage Status](https://coveralls.io/repos/aleafs/os-ex/badge.png)](https://coveralls.io/r/aleafs/os-ex)

41 lines (40 loc) 804 B
{ "name": "os-ex", "version": "0.1.0", "description": "", "keywords": [ "system", "infomation", "usage" ], "author": "Aleafs Zhang (zhangxc83@gmail.com)", "homepage": "https://github.com/aleafs/os-ex", "repository": { "type": "git", "url": "git@github.com:aleafs/os-ex.git" }, "contributors": [ ], "dependencies": { }, "engines": { "node": ">=0.8.14" }, "devDependencies": { "mocha" : ">=0.9.0", "should" : ">=4.0.0", "mm" : "*", "blanket": "*", "coveralls" : "*", "travis-cov": "*", "mocha-lcov-reporter": "*" }, "scripts": { "main" : "index.js", "test" : "make test" }, "config" : { "blanket": { "pattern": "//^((?!(node_modules|test)).)*$/" }, "travis-cov": { "threshold": 70 } } }