node/deps/npm/test/disabled/fast/package.json

10 lines
323 B
JSON
Raw Normal View History

2012-07-14 02:40:38 +08:00
{ "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"
}
}