mirror of
https://github.com/zhigang1992/npm.git
synced 2026-06-15 10:18:01 +08:00
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"
|
|
}
|