UNPKG

@mihon/spacejam

Version:

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

83 lines (82 loc) 2.06 kB
{ "name": "@mihon/spacejam", "version": "1.6.4", "dependencies": { "cake": "^0.1.1", "chai": "1.9.2", "glob": "4.0.6", "graceful-fs": "^4.2.4", "loglevel": "1.1.0", "phantomjs-prebuilt": "^2.1.7", "psext": "0.0.4", "rc": "0.5.1", "semver": "4.1.0", "underscore": "1.7.0" }, "devDependencies": { "coffee-script": "1.8.0", "mocha": "1.21.5", "sinon-chai": "2.6.0", "tmp": "0.0.25", "xmldom": "0.1.19", "xpath": "0.0.9" }, "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/" } }