{ "name": "bower", "version": "1.3.7", "description": "The browser package manager", "author": "Twitter", "licenses": [ { "type": "MIT", "url": "https://github.com/bower/bower/blob/master/LICENSE" } ], "repository": "bower/bower", "main": "lib", "homepage": "http://bower.io", "engines": { "node": ">=0.10.0" }, "dependencies": { "abbrev": "~1.0.4", "archy": "~0.0.2", "bower-config": "~0.5.2", "bower-endpoint-parser": "~0.2.2", "bower-json": "~0.4.0", "bower-logger": "~0.2.2", "bower-registry-client": "~0.2.0", "cardinal": "~0.4.0", "chalk": "~0.4.0", "chmodr": "~0.1.0", "decompress-zip": "~0.0.6", "fstream": "~0.1.22", "fstream-ignore": "~0.0.6", "glob": "~4.0.2", "graceful-fs": "~3.0.1", "handlebars": "~1.3.0", "inquirer": "~0.5.1", "insight": "~0.3.0", "is-root": "~0.1.0", "junk": "~0.3.0", "lockfile": "~0.4.2", "lru-cache": "~2.5.0", "mkdirp": "~0.5.0", "mout": "~0.9.1", "nopt": "~3.0.0", "opn": "~0.1.1", "osenv": "~0.1.0", "p-throttler": "~0.0.1", "promptly": "~0.2.0", "q": "~1.0.1", "request": "~2.36.0", "request-progress": "~0.3.0", "retry": "~0.6.0", "rimraf": "~2.2.0", "semver": "~2.3.0", "shell-quote": "~1.4.1", "stringify-object": "~0.2.0", "tar": "~0.1.17", "tmp": "~0.0.23", "update-notifier": "~0.1.8", "which": "~1.0.5" }, "devDependencies": { "expect.js": "~0.3.1", "grunt": "~0.4.4", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-watch": "~0.6.1", "grunt-exec": "~0.4.2", "grunt-simple-mocha": "~0.4.0", "istanbul": "~0.2.4", "load-grunt-tasks": "~0.4.0", "mocha": "~1.20.1", "nock": "~0.34.1", "proxyquire": "~1.0.1", "coveralls": "~2.10.0", "node-uuid": "~1.4.1" }, "scripts": { "test": "grunt test" }, "bin": { "bower": "bin/bower" }, "preferGlobal": true }