Files
METH_Transcendence/site/real_game/node_modules/stats/package.json
Hugo Bourgeon 3d6da466b1 Game
- Add deltaTime of player bar
   - Add top jumper animation
2024-08-22 19:03:55 +02:00

19 lines
434 B
JSON

{
"name": "stats"
, "version": "1.0.0"
, "description": "JavaScript statistics (LOC, SLOC, etc)"
, "keywords": ["metrics", "stats", "statistics", "sloc", "uglify"]
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "bin": {
"stats": "./bin/stats"
}
, "dependencies": {
"commander": "0.5.2"
}
, "devDependencies": {
"should": ">= 0.0.1"
}
, "main": "index"
, "engines": { "node": ">=0.4.x" }
}