Game
- Starting solo game with physics
This commit is contained in:
38
site/real_game/node_modules/stats-js/package.json
generated
vendored
Normal file
38
site/real_game/node_modules/stats-js/package.json
generated
vendored
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "stats-js",
|
||||
"version": "1.0.1",
|
||||
"description": "JavaScript Performance Monitor",
|
||||
"main": "build/stats.min.js",
|
||||
"directories": {
|
||||
"example": "examples"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/Kevnz/stats.js.git"
|
||||
},
|
||||
"keywords": [
|
||||
"stats",
|
||||
"webgl"
|
||||
],
|
||||
"author": "Kevin Isom <kevin.isom@gmail.com>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Kevnz/stats.js/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Kevnz/stats.js",
|
||||
"files": [
|
||||
"build",
|
||||
"src"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"build-uglify": "rollup -c && uglifyjs build/stats.js -cm --preamble \"// stats.js - http://github.com/kevnz/stats.js\" > build/stats.min.js",
|
||||
"build-closure": "rollup -c && java -jar utils/compiler/closure-compiler-v20160713.jar --language_in=ECMASCRIPT5_STRICT --js build/stats.js --js_output_file build/stats.min.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rollup": "^0.36.0",
|
||||
"uglify-js": "^3.4.9",
|
||||
"uglifyjs": "^2.4.10"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user