created site just for chat
This commit is contained in:
18
site/game/node_modules/stats/package.json
generated
vendored
Normal file
18
site/game/node_modules/stats/package.json
generated
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"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" }
|
||||
}
|
Reference in New Issue
Block a user