UNPKG

astrobench

Version:

Library for JavaScript benchmarks based on Benchmark.js

36 lines (35 loc) 866 B
{ "name": "astrobench", "title": "Astrobench", "version": "0.1.2", "description": "Library for JavaScript benchmarks based on Benchmark.js", "main": "dist/astrobench.js", "directories": { "example": "examples" }, "devDependencies": { "benchmark": "1.0.0", "browserify": "3.46", "gulp": "^3.8.1", "gulp-concat": "^2.2.0", "gulp-header": "^1.0.2", "gulp-uglify": "^0.3.1", "jbone": "1.0.16", "lodash": "2.4.1", "node-underscorify": "0.0.9", "vinyl-source-stream": "^0.1.1" }, "keywords": [ "benchmark", "benchmark.js", "speed", "performance" ], "author": "Alexey Kupriyanenko <a.kupriyanenko@gmail.com>", "license": "MIT", "homepage": "https://github.com/kupriyanenko/astrobench", "repository": { "type": "git", "url": "https://github.com/kupriyanenko/astrobench" } }