{ "author": { "email": "joshuakgoldberg@outlook.com", "name": "Josh Goldberg" }, "browser": "./src/index.js", "bugs": { "url": "https://github.com/FullScreenShenanigans/FullScreenPokemon/issues" }, "dependencies": { "babyioc": "^0.7.4", "battlemovr": "^0.7.3", "changelinr": "^0.7.2", "flagswappr": "^0.7.2", "gamestartr": "^0.7.13", "itemsholdr": "^0.7.6", "menugraphr": "^0.7.6", "stateholdr": "^0.7.3", "stringfilr": "^0.7.2", "userwrappr": "^0.7.3" }, "description": "A free HTML5 remake of the original Pokemon, expanded for modern browsing.", "devDependencies": { "@types/chai": "^4.1.2", "@types/lolex": "^2.1.2", "@types/mocha": "^5.0.0", "@types/react": "^16.3.1", "@types/react-dom": "^16.0.3", "@types/sinon": "^4.3.0", "@types/sinon-chai": "^2.7.29", "chai": "^4.1.2", "concurrently": "^3.5.1", "glob": "^7.1.2", "lolex": "^2.3.2", "mkdirp": "^0.5.1", "mocha": "^5.0.5", "mocha-headless-chrome": "^1.8.2", "node-sass": "^4.7.2", "requirejs": "^2.3.5", "run-for-every-file": "^1.1.0", "shenanigans-manager": "^0.2.26", "sinon": "^4.4.8", "sinon-chai": "^3.0.0", "stylelint": "^9.1.1", "stylelint-config-recommended": "^v2.1.0", "stylelint-config-recommended-scss": "^3.0.0", "stylelint-scss": "^3.0.0", "tslint": "5.9.1", "tsutils": "^2.25.1", "typedoc": "^0.11.1", "typescript": "^2.7.2", "watch": "^1.0.2", "webpack": "^4.2.0", "webpack-cli": "^2.0.13" }, "license": "MIT", "name": "fullscreenpokemon", "repository": { "type": "git", "url": "ssh://git@github.com:FullScreenShenanigans/FullScreenPokemon.git" }, "scripts": { "dist": "npm run dist:webpack", "dist:webpack": "webpack", "docs": "npm run docs:typedoc", "docs:typedoc": "typedoc src/ --exclude **/*.d.ts --ignoreCompilerErrors --out docs/generated", "gulp": "gulp", "init": "npm install && npm run setup && npm run verify", "setup": "npm run setup:copy && npm run setup:package && npm run setup:readme", "setup:copy": "npm run setup:copy:default && npm run test:setup:copy:maps && npm run setup:copy:web", "setup:copy:default": "run-for-every-file --dot --src \"node_modules/shenanigans-manager/setup/default/\" --file \"**/*\" --run \"mustache package.json {{src-file}} {{file}}\" --dest \".\" --only-files", "setup:copy:maps": "run-for-every-file --src \"node_modules/shenanigans-manager/setup/maps/\" --file \"**/*\" --run \"mustache package.json {{src-file}} ./src/{{file}}\" --dest \".\"", "setup:copy:web": "run-for-every-file --dot --src \"node_modules/shenanigans-manager/setup/web/\" --file \"**/*\" --run \"shenanigans-manager mustache --input {{src-file}} --output {{file}}\" --dest \".\" --only-files", "setup:package": "shenanigans-manager hydrate-package-json", "setup:readme": "shenanigans-manager hydrate-readme", "src": "npm run src:tsc && npm run src:tslint && npm run src:stylelint", "src:scss": "node-sass --recursive src --output src", "src:stylelint": "stylelint src/**/*.css", "src:tsc": "tsc -p .", "src:tslint": "tslint -c tslint.json -p tsconfig.json -t stylish", "test": "npm run test:setup && npm run test:run", "test:run": "mocha-headless-chrome --file test/index.html", "test:setup": "npm run test:setup:dir && npm run test:setup:copy && npm run test:setup:html && npm run test:setup:tsc", "test:setup:copy": "npm run test:setup:copy:default", "test:setup:copy:default": "run-for-every-file --dot --src \"node_modules/shenanigans-manager/setup/test/\" --file \"**/*\" --run \"mustache package.json {{src-file}} ./test/{{file}}\" --dest \".\" --only-files", "test:setup:copy:maps": "run-for-every-file --src \"node_modules/shenanigans-manager/setup/maps/\" --file \"**/*\" --run \"mustache package.json {{src-file}} ./src/{{file}}\" --dest \".\"", "test:setup:dir": "mkdirp test", "test:setup:html": "shenanigans-manager generate-test-html", "test:setup:tsc": "tsc -p test", "verify": "npm run src && npm run test && npm run dist && npm run docs", "watch": "concurrently \"tsc -p . -w\" --raw \"chokidar src/**/*.test.t* --command \"\"npm run test:setup:html\"\" --silent\" --raw" }, "shenanigans": { "externals": [ { "js": { "dev": "../node_modules/mobx/lib/mobx.umd", "prod": "../node_modules/mobx/lib/mobx.umd.min" }, "name": "mobx" }, { "js": { "dev": "../node_modules/mobx-react/index", "prod": "../node_modules/mobx-react/index.min" }, "name": "mobx-react" }, { "js": { "dev": "../node_modules/react/umd/react.development", "prod": "../node_modules/react/lib/react.production" }, "name": "react" }, { "js": { "dev": "../node_modules/react-dom/umd/react-dom.development", "prod": "../node_modules/react-dom/lib/react-dom.production" }, "name": "react-dom" }, { "js": { "dev": "../node_modules/userwrappr/dist/UserWrappr-Delayed" }, "name": "UserWrappr-Delayed" } ], "maps": true, "name": "FullScreenPokemon", "web": { "drivingObject": "FSP", "sections": { "credits": [ "Full Screen Pokemon was made possible first and foremost by Nintendo, who originally created Pokemon and has since maintained the series.", "It would also not have been possible without the dedicated efforts of the Pokemon fan community over the past two decades, in particular Bulbapedia." ], "explanation": [ "Full Screen Pokemon is a free HTML5 remake of Nintendo's original Pokemon.", "It includes the original two generations, a random map generator, a level editor, and over a dozen custom mods." ], "legal": "Pokemon and all associated games and media are property of Nintendo and/or Nintendo of America Inc., and are protected by United States and international copyright, trademark and other intellectual property laws." }, "url": "fullscreenpokemon.com" } }, "types": "./src/index.d.ts", "version": "0.7.1" }