UNPKG

urequire-ab-specrunner

Version:

Automagically generates & runs mocha/chai/phantomjs tests from a uRequire `lib` & `specs` build.

64 lines (63 loc) 1.6 kB
{ "name": "urequire-ab-specrunner", "description": "Automagically generates & runs mocha/chai/phantomjs tests from a uRequire `lib` & `specs` build.", "version": "0.2.6", "homepage": "https://github.com/anodynos/urequire-ab-specrunner", "author": { "name": "Angelos Pikoulas", "email": "agelos.pikoulas@gmail.com" }, "licenses": [ { "type": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php" } ], "keywords": [ "urequire", "specs", "test", "runner", "mocha", "chai", "phantomjs", "mocha-phantomjs", "grunt", "spec runner" ], "repository": { "type": "git", "url": "git://github.com/anodynos/urequire-ab-specrunner" }, "bugs": { "url": "git://github.com/anodynos/urequire-ab-specrunner/issues", "email": "agelos.pikoulas@gmail.com" }, "main": "./build/code/urequire-ab-specrunner.js", "engines": { "node": ">=0.10" }, "scripts": { "build": "coffee -cb -o build/code source/code", "watch": "coffee -cbw -o build/code source/code", "test": "echo 'Check git://github.com/anodynos/urequire-example'" }, "peerDependencies": { "urequire": "^0.7.0-beta.27", "grunt-urequire": "^0.7.2", "grunt": "^0.4.5" }, "dependencies": { "semver": "^4.1.0", "lodash": "~3.x.x", "fs-extra": "0.12.0", "fs-promise": "0.2.0", "htmltidy": "0.0.6", "teacup": "0.4.x", "uberscore": "0.0.17", "underscore.string": "^2.3.3", "urequire-ab-grunt-contrib-watch": "0.0.x", "upath": "0.1.x", "when": "^3.7.5" } }