mirror of https://github.com/nodejs/node.git
9 lines
115 B
JSON
9 lines
115 B
JSON
|
{
|
||
|
"name": "bla",
|
||
|
"version": "0.0.1",
|
||
|
"main": "index.js",
|
||
|
"dependencies": {
|
||
|
"underscore": "1.3.1"
|
||
|
}
|
||
|
}
|