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
323 B
10 lines
323 B
12 years ago
|
{ "name" : "fast"
|
||
|
, "description" : "does nothing, and not very fast"
|
||
|
, "version" : "1.2.3"
|
||
|
, "scripts" :
|
||
|
{ "preinstall" : "sleep 1 && echo fast 1 $(date +%s) && echo fast 2"
|
||
|
, "install" : "sleep 1 && echo fast 2 $(date +%s) && echo fast 3"
|
||
|
, "postinstall" : "sleep 1 && echo fast 3 $(date +%s) && echo fast 4"
|
||
|
}
|
||
|
}
|