UNPKG

348 BJSONView Raw
1{
2 "name": "classnames-benchmarks",
3 "version": "1.0.0",
4 "private": true,
5 "description": "",
6 "main": "run.js",
7 "scripts": {
8 "test": "echo \"Tests should be run in the main classnames package.\" && exit 1"
9 },
10 "author": "Jed Watson",
11 "license": "MIT",
12 "devDependencies": {
13 "benchmark": "^1.0.0",
14 "classnames": "*"
15 }
16}