UNPKG

raven-shell

Version:

A command-line interface to RavenDB

42 lines (41 loc) 753 B
{ "name": "raven-shell", "preferGlobal": "true", "version": "0.0.13", "author": "Tony Heupel <tonyheupel@gmail.com>", "description": "A command-line interface to RavenDB", "contributors": [ { } ], "bin": { "raven": "./raven-shell.js" }, "scripts": { "start": "raven", "build": "cake build" }, "main": "./lib/shell", "repository": { "type": "git", "url": "https://github.com/tchype/raven-shell.git" }, "keywords": [ "cli", "ravendb" ], "dependencies" : { "ravendb": ">=0.0.25", "argparse": ">=0.1.1" }, "noAnalyze": true, "devDependencies": { "coffee-script": ">=1.3.3" }, "bundleDependencies": [ ], "license": "MIT", "engine": { "node": ">=0.6" } }