mirror of https://github.com/nodejs/node.git
15 lines
379 B
JSON
15 lines
379 B
JSON
{ "name":"npm-test-env-reader"
|
|
, "version" : "1.2.3"
|
|
, "scripts" :
|
|
{ "install" : "./test.sh"
|
|
, "preinstall" : "./test.sh"
|
|
, "preuninstall" : "./test.sh"
|
|
, "postuninstall" : "./test.sh"
|
|
, "test" : "./test.sh"
|
|
, "stop" : "./test.sh"
|
|
, "start" : "./test.sh"
|
|
, "restart" : "./test.sh"
|
|
, "foo" : "./test.sh"
|
|
}
|
|
}
|