pixi-timer-events
Version:
A type-based Entity Component System. Implemented in TypeScript
39 lines (38 loc) • 1.17 kB
JSON
{
"name": "pixi-timer-events",
"version": "0.1.3",
"description": "A type-based Entity Component System. Implemented in TypeScript",
"main": "./dist/timer-events.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "node node_modules/typescript/bin/tsc --p tsconfig.json",
"webpack": "webpack-dev-server --inline --hot --config webpack.config.js --content-base dist/",
"webpack-prod": "webpack --env.prod=true --config webpack.config.js",
"test": "mocha --reporter spec --compilers ts:ts-node/register"
},
"repository": {
"type": "git",
"url": "https://github.com/lTyl/pixi-timer-events"
},
"keywords": [
"pixi",
"timermanager",
"timeline",
"timer",
"schedule"
],
"author": "Nazariglez <nazari.nz@gmail.com> (http://www.nazariglez.com)",
"license": "MIT",
"homepage": "https://github.com/lTyl/pixi-timer-events",
"devDependencies": {
"@types/node": "^8.0.53",
"@types/pixi.js": "^4.7.3",
"awesome-typescript-loader": "^3.4.0",
"typescript": "^2.8.3",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4"
},
"dependencies": {
"eventemitter3": "^3.1.0"
}
}