package.json 126 Bytes
Newer Older
Nicolas Widart's avatar
Nicolas Widart committed
1 2 3 4 5
{ "name":"npm-test-blerg"
, "version" : "0.0.2"
, "scripts" : { "test" : "node test.js" }
, "publishConfig": {"tag": "foo"}
}