UNPKG

618 BJSONView Raw
1{
2 "name": "nanotiming",
3 "description": "Small timing library",
4 "repository": "choojs/nanotiming",
5 "version": "7.0.0",
6 "scripts": {
7 "deps": "dependency-check . && dependency-check . --extra --no-dev",
8 "start": "node .",
9 "test": "standard && npm run deps",
10 "coverage": "nyc report --reporter=text-lcov > coverage.lcov"
11 },
12 "dependencies": {},
13 "devDependencies": {
14 "dependency-check": "^2.8.0",
15 "nyc": "^10.2.0",
16 "standard": "^10.0.1",
17 "tape": "^4.6.3"
18 },
19 "keywords": [
20 "browser",
21 "timing",
22 "mark",
23 "measure",
24 "performance"
25 ],
26 "license": "MIT"
27}