{
  "name": "paramtuner",
  "version": "0.1.1",
  "description": "easily parameter tuning in your code!",
  "main": "tuner.js",
  "bin": {
    "tuner": "./bin/tuner"
  },
  "scripts": {
    "start": "coffee -bj tuner.js -c src/tuner.coffee && coffee -bj lib/configerror.js -c src/lib/configerror.coffee && coffee -bj lib/tuningwatcher.js -c src/lib/tuningwatcher.coffee && coffee -bj lib/strategy.js -c src/lib/strategy.coffee",
    "test": "mocha --compilers coffee:coffee-script -R spec"
  },
  "repository": "",
  "author": "Muddy Dixon muddydixon@gmail.com",
  "license": "Apache License Version 2.0",
  "readmeFilename": "README.md",
  "dependencies": {
    "d3": "~3.1.4",
    "commander": "~1.1.1"
  },
  "devDependencies": {
    "mocha": "~1.8.2",
    "chai": "~1.5.0",
    "coffee-script": "~1.4.0",
    "grunt-simple-mocha": "~0.4.0",
    "grunt-contrib-coffee": "~0.6.6",
    "grunt-docco": "~0.2.0",
    "docco": "~0.6.2",
    "grunt": "~0.4.1",
    "grunt-contrib-watch": "~0.3.1",
    "grunt-contrib-clean": "~0.4.0"
  }
}
