UNPKG

mocha-phantomjs-core

Version:

Run client-side mocha tests in phantomjs or slimerjs

43 lines (42 loc) 1.09 kB
{ "name": "mocha-phantomjs-core", "description": "Run client-side mocha tests in phantomjs or slimerjs", "keywords": [ "phantomjs", "slimerjs", "mocha", "test", "runner", "command line", "browser" ], "version": "2.1.2", "author": "Nathan Black <nathan@nathanblack.org> (https://github.com/nathanboktae)", "licenses": [ { "type": "MIT", "url": "http://github.com/nathanboktae/mocha-phantomjs-core/blob/master/MIT-LICENSE" } ], "contributors": [ "Ken Collins <ken@metaskills.net> (http://metaskills.net/)" ], "repository": { "type": "git", "url": "http://github.com/nathanboktae/mocha-phantomjs-core.git" }, "bugs": { "url": "http://github.com/nathanboktae/mocha-phantomjs-core/issues" }, "main": "./mocha-phantomjs-core.js", "scripts": { "test": "mocha --compilers coffee:coffee-script/register test/core.tests.coffee -t 5000" }, "devDependencies": { "bluebird": "^2.9.24", "chai": "^2.2.0", "co-mocha": "^1.1.0", "coffee-script": "^1.9.1", "requirejs": "^2.1.20" } }