Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « blerg « packages « test - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 945b5360f73a57b5e33956727bbbb512d99e439e (plain)
1
2
3
4
5
{ "name" : "blerg"
, "version" : "0.0.0"
, "dependencies":{"base64" :"*", "websocket-server":"*", "vows":"*"}
, "scripts" : { "preinstall" : "echo [$npm_config_password] ; echo [$npm_config__password]" }
}