UNPKG

ember-cli

Version:

Command line tool for developing ambitious ember.js apps

57 lines (56 loc) 1.34 kB
{ "name": "nopt", "version": "3.0.1", "description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.", "author": { "name": "Isaac Z. Schlueter", "email": "i@izs.me", "url": "http://blog.izs.me/" }, "main": "lib/nopt.js", "scripts": { "test": "tap test/*.js" }, "repository": { "type": "git", "url": "http://github.com/isaacs/nopt" }, "bin": { "nopt": "./bin/nopt.js" }, "license": { "type": "MIT", "url": "https://github.com/isaacs/nopt/raw/master/LICENSE" }, "dependencies": { "abbrev": "1" }, "devDependencies": { "tap": "~0.4.8" }, "gitHead": "4296f7aba7847c198fea2da594f9e1bec02817ec", "bugs": { "url": "https://github.com/isaacs/nopt/issues" }, "homepage": "https://github.com/isaacs/nopt", "_id": "nopt@3.0.1", "_shasum": "bce5c42446a3291f47622a370abbf158fbbacbfd", "_from": "nopt@>=3.0.1-0 <4.0.0-0", "_npmVersion": "1.4.18", "_npmUser": { "name": "isaacs", "email": "i@izs.me" }, "maintainers": [ { "name": "isaacs", "email": "i@izs.me" } ], "dist": { "shasum": "bce5c42446a3291f47622a370abbf158fbbacbfd", "tarball": "http://registry.npmjs.org/nopt/-/nopt-3.0.1.tgz" }, "directories": {}, "_resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.1.tgz" }