UNPKG

802 BJSONView Raw
1{
2 "name": "framerate-history",
3 "version": "1.0.6",
4 "description": "ES6 class for tracking framerate over time.",
5 "main": "FrameRate.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "patch": "npm version patch -m \"Increment patch version to %s\"",
9 "minor": "npm version minor -m \"Increment minor version to %s\"",
10 "major": "npm version major -m \"Increment major version to %s\"",
11 "docs": "jsdoc2md FrameRate.js > README.md --template docs.hbs"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/DarrenPaulWright/framerate-history.git"
16 },
17 "keywords": [
18 "framerate"
19 ],
20 "author": "Darren Paul Wright <Darren@DarrenPaulWright.com>",
21 "license": "MIT",
22 "devDependencies": {
23 "jsdoc-to-markdown": "^4.0.1"
24 }
25}