UNPKG

rackspace-shared-utils

Version:

Shared Rackspace Node.js utility modules and functions.

80 lines (79 loc) 2.3 kB
{ "name": "rackspace-shared-utils", "author": { "name": "Rackspace US, Inc." }, "contributors": [ { "name": "Tomaz Muraus", "email": "tomaz.muraus@rackspace.com" }, { "name": "Russell Haering", "email": "russell.haering@rackspace.com" }, { "name": "Paul Querna", "email": "pquerna@apache.org" }, { "name": "Dan Di Spaltro", "email": "daniel.dispaltro@rackspace.com" }, { "name": "Gary Dusbabek", "email": "gdusbabek@gmail.com" }, { "name": "Justin Gallardo", "email": "justin.gallardo@rackspace.com" } ], "version": "0.1.30", "homepage": "https://github.com/racker/node-rackspace-shared-utils", "repository": { "type": "git", "url": "git://github.com/racker/node-rackspace-shared-utils.git" }, "main": "lib/index.js", "directories": { "lib": "lib", "bin": "bin" }, "dependencies": { "async": "0.1.18", "sprintf": "0.1.1", "terminal": "^0.1.3", "logmagic": "^0.1.4", "underscore": "^1.6.0", "wildcard": "1.1.2" }, "devDependencies": { "jshint": "0.5.9", "whiskey": "0.6.9", "express": "2.5.9" }, "scripts": { "lint": "./scripts/lint.sh", "test": "./scripts/tests.sh" }, "licenses": [ { "type": "Apache", "url": "http://www.apache.org/licenses/LICENSE-2.0.html" } ], "bin": { "gelf-tail": "bin/gelf-tail" }, "readme": "# Rackspace Utility Functions\n\nShared Rackspace Node.js utility modules and functions.\n\n# Build status\n\n[![Build Status](https://secure.travis-ci.org/racker/node-rackspace-shared-utils.png)](http://travis-ci.org/racker/node-rackspace-shared-utils)\n\n\n# License\n\nThis library is distributed under the [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html).\n", "readmeFilename": "README.md", "description": "Shared Rackspace Node.js utility modules and functions.", "bugs": { "url": "https://github.com/racker/node-rackspace-shared-utils/issues" }, "_id": "rackspace-shared-utils@0.1.30", "_shasum": "4a363a4455902e655e028559068f9899d57b0618", "_from": "rackspace-shared-utils@0.1.30", "_resolved": "https://registry.npmjs.org/rackspace-shared-utils/-/rackspace-shared-utils-0.1.30.tgz" }