#!/bin/sed -e /^#/d

#
# Development Order #2:
# 
# This JSON data describes the tool, and will be shown when 'pscheduler 
# plugins tools' is run. This is the first file which should be edited.
#
# Be sure to edit line 19, as this determines what tests the tool is
# compatible with.
#

{
    "schema": 1,

    "name": "curl-d2d",
    "description": "cURL-based tool for disk-to-disk tests",
    "version": "1.0",
    "tests": [ "disk-to-disk" ],

    "preference": 0,

    "maintainer": {
        "name": "perfSONAR Development Team",
	"email": "perfsonar-developer@internet2.edu",
	"href": "http://www.perfsonar.net"
    }
}
