summaryrefslogtreecommitdiff
path: root/deps/npm/test/packages/npm-test-env-reader/package.json
blob: ddd5c91abd855897a880e8c9b24bb46caef3ea99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ "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"
  }
}