UNPKG

spacejam-updated

Version:

Run your meteor package tinytests and mocha tests from the command line with phantomjs.

81 lines (80 loc) 2.02 kB
{ "name": "spacejam-updated", "version": "1.6.1", "dependencies": { "chai": "3.5.0", "glob": "7.1.1", "loglevel": "1.4.1", "phantomjs-prebuilt": "^2.1.13", "psext": "0.0.4", "rc": "1.1.6", "semver": "5.3.0", "underscore": "1.8.3" }, "devDependencies": { "coffee-script": "1.11.1", "mocha": "3.1.2", "sinon-chai": "2.8.0", "tmp": "0.0.30", "xmldom": "0.1.22", "xpath": "0.0.23" }, "main": "lib/main.js", "scripts": { "test": "bin/npm-test.sh", "compile": "cake compile", "prepublish": "cake compile" }, "bin": { "spacejam": "bin/spacejam", "spacejam-mocha": "bin/spacejam-mocha", "spacejam-init-bashrc": "bin/spacejam-init-bashrc", "meteor-mocha": "bin/meteor-mocha", "mrun": "bin/mrun", "mtp": "bin/mtp", "set-meteor-env": "bin/set-meteor-env", "unset-meteor-env": "bin/unset-meteor-env", "mongo-reset": "bin/mongo-reset", "mdeploy": "bin/mdeploy", "mpublish": "bin/mpublish", "mmpublish": "bin/mmpublish", "npm-publish": "bin/npm-publish" }, "description": "Run your meteor package tinytests and mocha tests from the command line with phantomjs.", "homepage": "https://github.com/practicalmeteor/spacejam", "bugs": "https://github.com/practicalmeteor/spacejam/issues", "keywords": [ "spacejam", "meteor", "test-packages", "test-in-console", "tinytest", "mocha", "mocha.js", "practicalmeteor", "practicalmeteor:mocha", "practicalmeteor:mocha-console-runner", "ci", "continuous integration", "cd", "continuous delivery" ], "licenses": [ { "type": "MIT", "url": "https://github.com/practicalmeteor/spacejam/blob/master/LICENSE.txt" } ], "engines": { "node": ">= 0.10.x", "npm": ">= 1.4.x" }, "repository": { "type": "git", "url": "https://github.com/practicalmeteor/spacejam.git" }, "author": { "name": "Spacejam.io", "url": "http://spacejam.io/" } }