You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
406 B

13 years ago
{ "name":"npm-test-env-reader"
, "version" : "1.2.3"
, "scripts" :
{ "install" : "node test.js"
, "preinstall" : "node test.js"
, "preuninstall" : "node test.js"
, "postuninstall" : "node test.js"
, "test" : "node test.js"
, "stop" : "node test.js"
, "start" : "node test.js"
, "restart" : "node test.js"
, "foo" : "node test.js"
13 years ago
}
}