UNPKG

2.05 kBJSONView Raw
1{
2 "name": "framerate-history",
3 "version": "1.0.13",
4 "description": "An ES6 class for tracking framerate for a given period of time.",
5 "main": "FrameRate.js",
6 "files": [],
7 "scripts": {
8 "test": "",
9 "patch": "npm version patch && npm publish",
10 "minor": "npm version minor && npm publish",
11 "major": "npm version major && npm publish",
12 "preversion": "npm test && npm run docs && git add --all && git diff --staged --quiet || git commit -m \"Updating docs\"",
13 "postpublish": "git push --follow-tags",
14 "deps": "ncu -u && npm install",
15 "deps-commit": "npm run deps && git add --all && git diff --staged --quiet || git commit -m \"Updating dependencies\"",
16 "deps-patch": "npm run deps-commit && npm run patch",
17 "docs": "jsdoc2md FrameRate.js > README.md -t node_modules/dmd-readable/docs.hbs --plugin dmd-readable"
18 },
19 "badges": {
20 "npm": {
21 "image": "https://img.shields.io/npm/v/{{name}}.svg",
22 "url": "https://npmjs.com/package/{{name}}"
23 },
24 "deps": {
25 "image": "https://david-dm.org/darrenpaulwright/{{name}}.svg",
26 "url": "https://david-dm.org/darrenpaulwright/{{name}}"
27 },
28 "size": {
29 "base": "https://packagephobia.now.sh/",
30 "image": "badge?p={{name}}",
31 "url": "result?p={{name}}"
32 },
33 "vulnerabilities": {
34 "base": "https://snyk.io/test/github/DarrenPaulWright/{{name}}",
35 "image": "/badge.svg?targetFile=package.json",
36 "url": "?targetFile=package.json"
37 },
38 "license": {
39 "image": "https://img.shields.io/github/license/DarrenPaulWright/{{name}}.svg",
40 "url": "https://npmjs.com/package/{{name}}/LICENSE.md"
41 }
42 },
43 "repository": {
44 "type": "git",
45 "url": "https://github.com/DarrenPaulWright/framerate-history.git"
46 },
47 "keywords": [
48 "framerate"
49 ],
50 "author": "Darren Paul Wright <Darren@DarrenPaulWright.com>",
51 "license": "MIT",
52 "devDependencies": {
53 "dmd-readable": "^1.1.0",
54 "jsdoc-to-markdown": "^5.0.3"
55 }
56}