mirror of https://github.com/lukechilds/node.git
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.
10 lines
400 B
10 lines
400 B
12 years ago
|
{ "name" : "slow"
|
||
|
, "description" : "just like fast, but even slower"
|
||
|
, "version" : "1.2.3"
|
||
|
, "scripts" :
|
||
|
{ "preinstall" : "sleep 1 && echo slow 1 $(date +%s) && sleep 1 && echo slow 2 $(date +%s)"
|
||
|
, "install" : "sleep 1 && echo slow 2 $(date +%s) && sleep 1 && echo slow 3 $(date +%s)"
|
||
|
, "postinstall" : "sleep 1 && echo slow 3 $(date +%s) && sleep 1 && echo slow 4 $(date +%s)"
|
||
|
}
|
||
|
}
|