UNPKG

mercurial-bower-resolver

Version:
43 lines (42 loc) 1.11 kB
{ "name": "mercurial-bower-resolver", "version": "0.1.3", "description": "A HG resolver for Bower", "main": "dist/init.js", "scripts": { "clear": "rimraf dist", "build": "babel src --out-dir dist", "test": "istanbul cover node_modules/mocha/bin/_mocha -- --compilers js:babel/register --colors src/*.spec.js", "watch": "npm-watch" }, "watch": { "test": "src/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/phenomnomnominal/mercurial-bower-resolver.git" }, "keywords": [ "bower-resolver" ], "author": "Craig Spence <craig@trademe.co.nz>", "license": "MIT", "bugs": { "url": "https://github.com/phenomnomnominal/mercurial-bower-resolver/issues" }, "homepage": "https://github.com/phenomnomnominal/mercurial-bower-resolver#readme", "dependencies": { "bluebird": "2.9.34", "semver": "5.0.1", "tmp": "0.0.27" }, "devDependencies": { "babel": "5.8.23", "chai": "3.2.0", "istanbul": "0.3.19", "mocha": "2.3.2", "npm-watch": "0.0.1", "sinon": "1.16.1", "sinon-chai": "2.8.0" } }