glitterdust
Version:
Glitterdust is a tool to test and benchmark JavaScript instrumenters
12 lines • 565 B
JSON
{ "name" : "glitterdust"
, "description" : "Glitterdust is a tool to test and benchmark JavaScript instrumenters"
, "version" : "0.0.1"
, "author" : {"name":"Laurent Christophe", "email":"lachrist@vub.ac.be"}
, "repository": "lachrist/glitterdust"
, "homepage": "http://github.com/lachrist/glitterdust"
, "license" : "MIT"
, "dependencies": {"minimist":"*", "js-beautify":"*", "browserify":"*"}
, "files" : ["batch", "demo", "main.js", "run.js", "util.js"]
, "main": "main.js"
, "keywords" : ["JavaScript", "Instrumentation", "Benchmark", "Test", "Demonstration"]
}