{
  "name": "shipyard",
  "description": "A classical JavaScript MVC framework.",
  "author": "Sean McArthur <smcarthur@mozilla.com> (https://github.com/seanmonstar)",
  "version": "0.2.0",
  "main": "./index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/seanmonstar/Shipyard.git"
  },
  "bin": "./bin/shipyard",
  "directories": {
    "bin": "./bin",
	"doc": "./doc",
    "lib": "./lib"
  },
  "engines": {
    "node": ">=0.6"
  },
  "scripts": {
	"test": "node ./bin/shipyard test"
  },
  "dependencies": { 
	"jsdom": "~0.2.0",
	"dryice": "git://github.com/seanmonstar/dryice.git",
	"commander": "0.x"
  },
  "devDependencies": {
	"marked": "0.x",
	"highlight": ">=0.2"
  },
  
  "shipyard": {
	"test": "./test/unit"
  }
}
