{
	"name": "jdd",
	"description": "Javascript documents and example quick create.",
	"version": "1.3.2",
	"author": {
		"name": "putaoshu@126.com"
	},
	"main": "./index.js",
	
	"homepage": "https://github.com/putaoshu/jdd",
	"keywords": ["jdd"],
	"license": "MIT",
	"bin": {
		"jdd": "bin/jdd"
	},
	"engines": {
		"node": ">= 0.8.0"
	},
	"repository": {
	"type": "git",
		"url": "https://github.com/putaoshu/jdd.git"
	},
	"bugs": {
		"web": "https://github.com/putaoshu/jdd/issues" 
	},

	"dependencies": {
		"ejs": "1.0.0",
		"github-flavored-markdown": "1.0.1",
		"node-watch": "0.3.4"
	},
	"readmeFilename": "README.md"
}
