mirror of
https://github.com/HackPlan/NodeMonitor.git
synced 2026-01-12 22:27:02 +08:00
12 lines
199 B
JSON
12 lines
199 B
JSON
{
|
|
"name": "NodeMonitor",
|
|
"version": "0.0.2",
|
|
"private": false,
|
|
"scripts": {
|
|
"start": "coffee app.coffee"
|
|
},
|
|
"dependencies": {
|
|
"socket.io": "~0.9",
|
|
"underscore": "~1.6.0"
|
|
}
|
|
} |