UNPKG

testrumenter

Version:

Command-line utility to test JavaScript code instrumenter

24 lines (23 loc) 521 B
{ "name": "testrumenter", "description": "Command-line utility to test JavaScript code instrumenter", "version": "0.0.15", "author": { "name": "Laurent Christophe", "email": "lachrist@vub.ac.be" }, "main": "main.js", "bin": "bin.js", "repository": "lachrist/testrumenter", "homepage": "http://github.com/lachrist/testrumenter", "license": "MIT", "dependencies": { "browserify": "^16.2.2", "chalk": "^2.4.1" }, "keywords": [ "Test", "JavaScript", "Instrumenter" ] }