UNPKG

bower-resolve

Version:

Find the relative path name of a bower module, for use with browserify and other build tools

38 lines (37 loc) 858 B
{ "name": "bower-resolve", "version": "2.2.1", "description": "Find the relative path name of a bower module, for use with browserify and other build tools", "main": "index.js", "scripts": { "test": "node_modules/.bin/mocha --ui bdd --reporter spec" }, "repository": { "type": "git", "url": "https://github.com/eugeneware/bower-resolve" }, "keywords": [ "browserify", "bower", "debowerify", "commonjs", "transform", "node-browserify", "bower.io" ], "author": [ "Eugene Ware <eugene@noblesamurai.com>", "Scott Ashton <scottmortonashton@gmail.com>" ], "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/eugeneware/bower-resolve/issues" }, "dependencies": { "bower": "^1.3.2" }, "devDependencies": { "expect.js": "^0.3.1", "mocha": "^1.18.2" } }