{ "_from": "grunt-simple-mocha@~0.4.1", "_id": "grunt-simple-mocha@0.4.1", "_inBundle": false, "_integrity": "sha512-EibTuZVvyLd9v/9An+5sL+XLoArs1QkFSTUcOG/AbBzeCYemZppcO9YSEspWUwU/T/NNtAyzB+x7B6zAmKQqkA==", "_location": "/grunt-simple-mocha", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "grunt-simple-mocha@~0.4.1", "name": "grunt-simple-mocha", "escapedName": "grunt-simple-mocha", "rawSpec": "~0.4.1", "saveSpec": null, "fetchSpec": "~0.4.1" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/grunt-simple-mocha/-/grunt-simple-mocha-0.4.1.tgz", "_shasum": "579449249eaf0a81878fa72f3edab5145d45fd77", "_spec": "grunt-simple-mocha@~0.4.1", "_where": "/home/l/plc/node-red", "author": { "name": "Mukund Lakshman", "email": "yaymukund@gmail.com", "url": "http://yaymukund.com" }, "bin": { "grunt-simple-mocha": "bin/grunt-simple-mocha" }, "bugs": { "url": "https://github.com/yaymukund/grunt-simple-mocha/issues" }, "bundleDependencies": false, "dependencies": { "mocha": "*" }, "deprecated": false, "description": "A simple wrapper for running tests with Mocha.", "devDependencies": { "grunt": "0.4.x", "grunt-contrib-jshint": "0.1.x", "mocha": "^2.3.4" }, "engines": { "node": "*" }, "homepage": "https://github.com/yaymukund/grunt-simple-mocha", "keywords": [ "gruntplugin", "mocha", "test" ], "licenses": [ { "type": "MIT", "url": "https://github.com/yaymukund/grunt-simple-mocha/blob/master/LICENSE-MIT" } ], "main": "grunt.js", "name": "grunt-simple-mocha", "repository": { "type": "git", "url": "git://github.com/yaymukund/grunt-simple-mocha.git" }, "scripts": { "test": "node_modules/mocha/bin/mocha tests/acceptance-tests.js" }, "version": "0.4.1" }