mirror of https://github.com/nodejs/node.git
14 lines
253 B
JSON
14 lines
253 B
JSON
|
{
|
||
|
"name": "bla",
|
||
|
"description": "fixture",
|
||
|
"version": "0.0.1",
|
||
|
"main": "index.js",
|
||
|
"dependencies": {
|
||
|
"underscore": "1.3.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"mkdirp": "*"
|
||
|
},
|
||
|
"repository": "git://github.com/robertkowalski/bogusfixture"
|
||
|
}
|