projects
/
platform
/
upstream
/
nodejs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
0db81d680e784289d273ff840a6d316ee56157bc
[platform/upstream/nodejs.git]
/
deps
/
npm
/
test
/
packages
/
npm-test-blerg
/
package.json
1
{ "name":"npm-test-blerg"
2
, "version" : "0.0.0"
3
, "scripts" : { "test" : "node test.js" }
4
, "publishConfig": {"tag": "foo"}
5
}