UNPKG

power-assert-match

Version:
62 lines (61 loc) 1.53 kB
{ "name": "power-assert-match", "version": "0.1.5", "description": "power + assert-match >:3", "main": "dst/index.js", "scripts": { "test": "npm run mocha && npm run karma", "mocha": "NODE_ENV=test _mocha --require babel-register --recursive test", "karma": "karma start", "compile": "babel src --out-dir dst", "prepublish": "npm run compile" }, "repository": { "type": "git", "url": "git+https://github.com/rmdm/power-assert-match.git" }, "keywords": [ "power-assert", "assert", "matchers", "match", "isMatch", "assert-match" ], "author": "rmdm", "license": "MIT", "bugs": { "url": "https://github.com/rmdm/power-assert-match/issues" }, "homepage": "https://github.com/rmdm/power-assert-match#readme", "dependencies": { "assert-match": "^1.0.3", "babel-runtime": "^6.23.0", "empower": "^1.2.1", "power-assert-formatter": "^1.4.1" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-espower": "^2.3.2", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.24.1", "babel-register": "^6.24.1", "babelify": "^7.3.0", "browserify": "^14.3.0", "karma": "^1.6.0", "karma-browserify": "^5.1.1", "karma-mocha": "^1.3.0", "karma-phantomjs-launcher": "^1.0.4", "mocha": "^3.2.0" }, "engines": { "node": ">=0.10" }, "files": [ "package.json", "dst", "LICENSE", "README.md" ] }