{
  "name": "fun",
  "description": "A programming language for realtime web applications",
  "version": "0.3.0",
  "homepage": "https://github.com/marcuswestin/fun",
  "repository": {
    "type": "git",
    "url": "git://github.com/marcuswestin/fun.git"
  },
  "author": "Marcus Westin <narcvs@gmail.com> (http://marcuswest.in)",
  "main": "fun",
  "bin": {
    "fun": "./bin/fun"
  },
  "dependencies": {
    "optimist": "0.2.8",
    "request": "2.9.153",
    "clean-css": "0.3.2",
    "require": "0.4.9",
    "socket.io": "0.9.6",
    "dom": "0.1.4",
    "std": "0.1.35",
    "stylus": "0.25.0",
    "colors": "0.6.0-1"
  },
  "devDependencies": {
    "nodeunit": "0.6.4",
    "zombie": "0.12.15"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "scripts": {
    "test": "make test"
  }
}
