steal-benchmark
Version:
Benchmark tests that run after all modules have loaded
43 lines (41 loc) • 972 B
JSON
{
"name": "steal-benchmark",
"version": "0.0.1",
"description": "Benchmark tests that run after all modules have loaded",
"main": "steal-benchmark.js",
"system": {
"npmIgnore": ["devDependencies"],
"meta": {
"benchmark": {"format": "cjs"}
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/stealjs/steal-benchmark.git"
},
"keywords": [
"StealJS",
"BenchmarkJS"
],
"author": "Bitovi",
"license": "MIT",
"bugs": {
"url": "https://github.com/stealjs/steal-benchmark/issues"
},
"homepage": "https://github.com/stealjs/steal-benchmark",
"dependencies": {
"benchmark": "^1.0.0"
},
"devDependencies": {
"steal": "^0.10.0",
"steal-tools": "^0.10.0",
"bower": "1.3.8",
"grunt": "~0.4.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-watch": "~0.3.0"
}
}