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
2012-07-13 12:08:17 -07:00

4 lines
97 B
JSON

{"name":"startstop"
,"version":"1.2.3"
,"scripts":{"start":"echo 'start'","stop":"echo 'stop'"}}