UNPKG

@thmsdmcrt_/looper

Version:

requestAnimationFrame wrapper

55 lines (54 loc) 1.64 kB
{ "name": "@thmsdmcrt_/looper", "version": "1.7.3", "description": "requestAnimationFrame wrapper", "main": "index.js", "keywords": [ "requestAnimationFrame", "EcmaScript 2015", "Loop" ], "repository": { "type": "git", "url": "https://gitlab.com/_thmsdmcrt/looper.git" }, "homepage": "https://gitlab.com/_thmsdmcrt/looper.git", "author": "Thomas Democrite <thomas.democrite@protonmail.com>", "licenses": [ { "type": "MIT", "url": "https://gitlab.com/_thmsdmcrt/looper/blob/master/LICENSE" } ], "bugs": { "url": "https://gitlab.com/_thmsdmcrt/looper/issues" }, "devDependencies": { "babel-core": "^6.26.0", "babel-eslint": "^8.2.1", "babel-preset-env": "^1.6.1", "babel-register": "^6.26.0", "babelify": "^8.0.0", "budo": "^11.1.7", "cross-env": "^5.1.3", "eslint": "^4.17.0", "eslint-config-standard": "^11.0.0-beta.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-node": "^6.0.0", "eslint-plugin-promise": "^3.6.0", "eslint-plugin-standard": "^3.0.1", "jsdom": "^11.6.2", "jsdom-global": "^3.0.2", "mocha": "^5.0.1", "rollup": "^0.56.3", "rollup-plugin-babel": "^3.0.3", "rollup-plugin-node-resolve": "^3.0.3" }, "scripts": { "prepare": "npm run lint && npm run test && npm run build", "lint": "eslint --env browser --ext .js ./", "build": "cross-env NODE_ENV=production rollup --config ./rollup.config.js", "test": "cross-env NODE_ENV=node mocha --require babel-register", "test:server": "budo browser.test.js --live -- -t [ babelify --presets [ env ] ]" } }