UNPKG

1.82 kBJSONView Raw
1{
2 "name": "benchmarked",
3 "description": "Easily generate benchmarks from a glob of files.",
4 "version": "2.0.0",
5 "homepage": "https://github.com/jonschlinkert/benchmarked",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "contributors": [
8 "Eli Doran (http://www.elidoran.com)",
9 "James Costian (jamescostian.com)",
10 "Jon Schlinkert (http://twitter.com/jonschlinkert)",
11 "leesei (https://leesei.github.io)"
12 ],
13 "repository": "jonschlinkert/benchmarked",
14 "bugs": {
15 "url": "https://github.com/jonschlinkert/benchmarked/issues"
16 },
17 "license": "MIT",
18 "files": [
19 "index.js",
20 "lib"
21 ],
22 "main": "index.js",
23 "engines": {
24 "node": ">=0.10.0"
25 },
26 "scripts": {
27 "test": "mocha"
28 },
29 "dependencies": {
30 "ansi": "^0.3.1",
31 "benchmark": "^2.1.4",
32 "component-emitter": "^1.2.1",
33 "define-property": "^1.0.0",
34 "file-reader": "^1.1.1",
35 "has-values": "^1.0.0",
36 "inflection": "^1.12.0",
37 "is-glob": "^4.0.0",
38 "kind-of": "^5.0.2",
39 "log-utils": "^0.2.1",
40 "micromatch": "^3.0.4",
41 "mixin-deep": "^1.2.0",
42 "resolve-glob": "^1.0.0",
43 "vinyl": "^2.1.0"
44 },
45 "devDependencies": {
46 "mocha": "^3.5.0",
47 "memoize-path": "^0.1.2",
48 "gulp": "^3.9.1",
49 "gulp-mocha": "^3.0.1",
50 "gulp-istanbul": "^1.1.2",
51 "gulp-unused": "^0.2.1",
52 "gulp-eslint": "^4.0.0",
53 "gulp-format-md": "^1.0.0"
54 },
55 "keywords": [
56 "benchmark",
57 "benchmarked"
58 ],
59 "verb": {
60 "plugins": [
61 "gulp-format-md"
62 ],
63 "reflinks": [
64 "verb"
65 ],
66 "toc": false,
67 "layout": "default",
68 "lint": {
69 "reflinks": true
70 },
71 "tasks": [
72 "readme"
73 ],
74 "related": {
75 "list": [
76 "base",
77 "base-cli",
78 "base-option",
79 "base-pkg"
80 ]
81 }
82 }
83}