UNPKG

pixi-timer

Version:

pixi-timer is a plugin for Pixi.js v3.0.8 or higher to create time events easily.

38 lines (37 loc) 1.1 kB
{ "name": "pixi-timer", "version": "1.0.1", "description": "pixi-timer is a plugin for Pixi.js v3.0.8 or higher to create time events easily.", "main": "./build/pixi-timer.js", "author": "Nazariglez <nazari.nz@gmail.com> (http://www.nazariglez.com)", "license": "MIT", "keywords": [ "pixi", "timermanager", "timeline", "timer", "schedule" ], "homepage": "https://github.com/Nazariglez/pixi-timer", "repository": { "type": "git", "url": "https://github.com/Nazariglez/pixi-timer.git" }, "scripts": { "prepublish": "npm run build", "dev": "webpack --config webpack.config.js --progress --inline --colors --watch", "build": "NODE_ENV=production webpack --config webpack.config.js --progress --colors -p" }, "devDependencies": { "babel-core": "^6.3.17", "babel-loader": "^6.2.0", "babel-preset-es2015": "^6.3.13", "babel-preset-stage-0": "^6.3.13", "babel-runtime": "^6.3.13", "brfs": "^1.4.1", "json-loader": "^0.5.4", "pixi.js": "^3.0.8", "transform-loader": "^0.2.3", "webpack": "^1.12.9" } }