forked from FullScreenShenanigans/FullScreenPokemon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
157 lines (157 loc) · 6.76 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"author": {
"email": "[email protected]",
"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.7",
"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.5",
"@types/react-dom": "^16.0.3",
"@types/sinon": "^4.3.1",
"@types/sinon-chai": "^2.7.29",
"chai": "^4.1.2",
"concurrently": "^3.5.1",
"glob": "^7.1.2",
"istanbul": "^0.4.5",
"lolex": "^2.3.2",
"mkdirp": "^0.5.1",
"mocha": "^5.0.5",
"mocha-headless-chrome": "^2.0.0",
"node-sass": "^4.7.2",
"requirejs": "^2.3.5",
"run-for-every-file": "^1.1.0",
"shenanigans-manager": "^0.2.28",
"sinon": "^5.0.1",
"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.26.1",
"typedoc": "^0.11.1",
"typescript": "^2.8.1",
"watch": "^1.0.2",
"webpack": "^4.5.0",
"webpack-cli": "^2.0.14"
},
"license": "MIT",
"name": "fullscreenpokemon",
"repository": {
"type": "git",
"url": "ssh://[email protected]: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:dirs && npm run setup:copy && npm run setup:package && npm run setup:readme",
"setup:copy": "npm run setup:copy:default && npm run 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:dirs": "shenanigans-manager ensure-dirs-exist",
"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:coverage": "npm run test:coverage:generate-html && npm run test:coverage:instrument && npm run test:coverage:run && npm run test:coverage:report",
"test:coverage:generate-html": "shenanigans-manager generate-test-html --source instrumented",
"test:coverage:instrument": "istanbul instrument src -o instrumented",
"test:coverage:report": "istanbul report html",
"test:coverage:run": "mocha-headless-chrome --coverage coverage.json --file test/index.instrumented.html",
"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: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",
"verify:coverage": "npm run src && npm run test:setup && npm run test:coverage && 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 <a href=\"http://bulbapedia.bulbagarden.net/\">Bulbapedia</a>."
],
"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 <!-- social --> 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"
}