aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/vendor/benchmark/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/vendor/benchmark/package.json')
-rw-r--r--web/src/vendor/benchmark/package.json54
1 files changed, 0 insertions, 54 deletions
diff --git a/web/src/vendor/benchmark/package.json b/web/src/vendor/benchmark/package.json
deleted file mode 100644
index 2be940ca..00000000
--- a/web/src/vendor/benchmark/package.json
+++ /dev/null
@@ -1,54 +0,0 @@
-{
- "name": "benchmark",
- "version": "1.0.0",
- "description": "A benchmarking library that works on nearly all JavaScript platforms, supports high-resolution timers, and returns statistically significant results.",
- "homepage": "http://benchmarkjs.com/",
- "main": "benchmark",
- "keywords": [
- "benchmark",
- "narwhal",
- "node",
- "performance",
- "ringo",
- "speed"
- ],
- "licenses": [
- {
- "type": "MIT",
- "url": "http://mths.be/mit"
- }
- ],
- "author": {
- "name": "Mathias Bynens",
- "email": "mathias@benchmarkjs.com",
- "web": "http://mathiasbynens.be/"
- },
- "maintainers": [
- {
- "name": "John-David Dalton",
- "email": "john.david.dalton@gmail.com",
- "web": "http://allyoucanleet.com/"
- },
- {
- "name": "Mathias Bynens",
- "email": "mathias@benchmarkjs.com",
- "web": "http://mathiasbynens.be/"
- }
- ],
- "bugs": {
- "email": "bugs@benchmarkjs.com",
- "url": "https://github.com/bestiejs/benchmark.js/issues"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/bestiejs/benchmark.js.git"
- },
- "engines": [
- "node",
- "rhino"
- ],
- "directories": {
- "doc": "./doc",
- "test": "./test"
- }
-}