{
  "name": "evolve",
  "description": "library for evolving source code",
  "version": "0.0.4",
  "author": {
      "name" : "Julian Bilcke",
      "email" : "julian.bilcke@daizoru.com",
      "url" : "http://daizoru.github.com/node-evolve"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/daizoru/node-evolve.git"
  },
  "keywords": [
    "evolve",
    "genetic",
    "evolutionary",
    "evolutionary design",
    "genetic programming",
    "genetic algorithm"
  ],
  "scripts"     : {
    "test"      : "node_modules/mocha/bin/mocha --bail --require chai --compilers coffee:coffee-script test/*.coffee",
    "build"     : "node_modules/coffee-script/bin/coffee --compile --output lib/ src/",
    "watch"     : "node_modules/coffee-script/bin/coffee --watch --compile --output lib/ src/"
  },
  "bin" : "./bin/evolve",
  "main" : "./lib/evolve",
  "licence" : "./LICENSE.txt",
  "dependencies" : {
     "coffee-script"  : "1.4.0",
     "js2coffee"      : "0.2.0",
     "ragtime"        : "0.0.7",
     "deck"           : "0.0.4",
     "uglify-js"      : "1.3.4",
     "node-v8-clone"  : "0.4.2"
   },
    "devDependencies" : {
     "coffee-script"  : "1.4.0",
      "mocha": "1.7.x",
      "chai" : "1.3.x"
   }
}
