UNPKG

@koreez/phaser2-animate

Version:
102 lines (101 loc) 3.9 kB
{ "name": "@koreez/phaser2-animate", "version": "1.0.0-alpha.4", "description": "Phaser2 Animate", "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "start": "webpack-dev-server --config ./webpack.example.config.js", "test": "karma start --single-run", "mocha": "mocha test/**/*.test.ts --require ts-node/register", "autoformat": "prettier --config .prettierrc --write {src,test}{/,/**/}{*,*.test}.ts", "tslint-check:src": "tslint-config-prettier-check ./tslint.json", "tslint-check:test": "tslint-config-prettier-check ./tslint.test.json", "tslint:src": "tslint --project tsconfig.json", "tslint:test": "tslint --config tslint.test.json --project tsconfig.test.json", "tslint": "npm run tslint-check:src && npm run tslint-check:test && npm run tslint:src && npm run tslint:test", "clean-up": "rimraf .nyc_output && rimraf coverage && rimraf lib && rimraf lib-test && rimraf dist-test", "compile:src": "tsc -d", "compile:test": "tsc -p tsconfig.test.json -d", "dev": "webpack", "build": "webpack --env.production", "prepare": "npm run clean-up && npm run compile:src", "prepublishOnly": "publish-please guard", "publish-please": "npm run tslint && npm run autoformat && npm run clean-up && npm run test && publish-please" }, "repository": { "type": "git", "url": "git@github.com:koreezgames/phaser2-animate-plugin.git" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "keywords": [ "Phaser2", "Phaser", "animate" ], "author": "Koreez LLC", "contributors": [ "Sargis Sargsyan <sargsyan.sargis.89@gmail.com>", "Gnun Ulikhanyan <gnun.ulikhanyan@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/koreezgames/phaser2-animate-plugin/issues" }, "homepage": "https://github.com/koreezgames/phaser2-animate-plugin#readme", "dependencies": {}, "peerDependencies": {}, "devDependencies": { "@types/bluebird": "^3.5.24", "@types/chai": "^4.1.7", "@types/mocha": "^5.2.5", "@types/sinon": "^5.0.7", "@types/webpack-env": "^1.13.6", "bluebird": "^3.5.3", "browserify-versionify": "^1.0.6", "chai": "^4.2.0", "directory-tree": "^2.2.1", "es6-map": "^0.1.5", "es6-symbol": "^3.1.1", "expose-loader": "^0.7.5", "glslify": "^7.0.0", "html-webpack-plugin": "^3.2.0", "imports-loader": "^0.8.0", "istanbul": "^0.4.5", "istanbul-instrumenter-loader": "^3.0.1", "karma": "^3.1.1", "karma-chrome-launcher": "^2.2.0", "karma-coverage-istanbul-reporter": "^2.0.5", "karma-es6-shim": "^1.0.0", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.2.5", "karma-remap-istanbul": "^0.6.0", "karma-sinon-chai": "^2.0.2", "karma-sourcemap-loader": "^0.3.7", "karma-sourcemap-writer": "^0.1.2", "karma-webpack": "^3.0.5", "mocha": "^5.2.0", "phaser-ce": "^2.11.1", "prettier": "^1.15.2", "publish-please": "^5.4.0", "puppeteer": "^1.10.0", "reflect-metadata": "^0.1.12", "remap-istanbul": "^0.12.0", "rimraf": "^2.6.2", "sinon": "^7.2.4", "sinon-chai": "^3.2.0", "ts-loader": "^5.3.0", "ts-node": "^7.0.1", "tslint": "^5.11.0", "tslint-config-prettier": "^1.16.0", "tslint-plugin-prettier": "^2.0.1", "typescript": "^3.3.3333", "uglifyjs-webpack-plugin": "^2.0.1", "webpack": "^4.29.5", "webpack-cli": "^3.1.2", "webpack-concat-plugin": "^3.0.0", "webpack-dev-server": "^3.2.0" } }