mirror of https://github.com/nodejs/node.git
11 lines
199 B
JSON
11 lines
199 B
JSON
|
{
|
||
|
"name": "whatever",
|
||
|
"description": "yeah idk",
|
||
|
"version": "1.2.3",
|
||
|
"main": "index.js",
|
||
|
"dependencies": {
|
||
|
"underscore": "1.3.1"
|
||
|
},
|
||
|
"repository": "git://github.com/luk-/whatever"
|
||
|
}
|