0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 23:43:09 +01:00
nodejs/deps/npm/test/disabled/startstop/package.json

4 lines
97 B
JSON
Raw Normal View History

2012-07-13 20:40:38 +02:00
{"name":"startstop"
,"version":"1.2.3"
,"scripts":{"start":"echo 'start'","stop":"echo 'stop'"}}