wtc-measure-fps
Version:
Javascript class for measuring page FPS. Useful for throttling or cancelling CPU heavy routines.
38 lines (37 loc) • 1.14 kB
JSON
{
"name": "wtc-measure-fps",
"version": "0.0.2",
"description": "Javascript class for measuring page FPS. Useful for throttling or cancelling CPU heavy routines.",
"main": "dist/wtc-measure-fps.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src/ --presets @babel/preset-env --out-dir dist",
"build-ES5": "npx webpack --config webpack.config.js",
"prepublish": "npm run build && npm run build-ES5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wethegit/wtc-measureFPS.git"
},
"keywords": [
"javascript",
"helpers",
"wtc"
],
"author": "Liam Egan <liam@wethecollective.com> (http://wethecollective.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wethegit/wtc-measureFPS/issues"
},
"homepage": "https://github.com/wethegit/wtc-measureFPS",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.2.2",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.2.3",
"babel-loader": "^8.0.5",
"webpack": "^4.28.1",
"webpack-cli": "^3.2.1"
},
"dependencies": {}
}