{
	"name": "cjdmaid",
	"version": "0.1.9",
	"author": "noway421 <noway@2ch.hk>",
	"description": "Cjdns peers manager",

	"bugs": {
		"url": "https://github.com/noway421/cjdmaid/issues",
		"email": "noway@2ch.hk"
	},

	"license": "gpl-v3.0",

	"repository": {
		"type": "git",
		"url": "https://github.com/noway421/cjdmaid"
	},

	"scripts": {
		"install": "node install.js"
	},

	"bin" : {
		"cjdmaid": "./bin/cjdmaid",
		"cjdmaid-addpass": "./bin/cjdmaid-addpass",
		"cjdmaid-addpeer": "./bin/cjdmaid-addpeer",
		"cjdmaid-allowcon": "./bin/cjdmaid-allowcon",
		"cjdmaid-outcon": "./bin/cjdmaid-outcon",
		"cjdmaid-admin": "./bin/cjdmaid-admin",
		"cjdmaid-dumptable": "./bin/cjdmaid-dumptable",
		"cjdmaid-findnodes": "./bin/cjdmaid-findnodes",
		"cjdmaid-ping": "./bin/cjdmaid-ping"
	},

	"config": {
		"production": true
	},

	"dependencies": {
		"commander": "~1.3.0",
		"when": "~2.1.0",
		"json-comments-js": "~0.0.3",
		"bencode": "~0.4.3"
	},

	"bundledDependencies": [
		"commander",
		"when",
		"json-comments-js",
		"bencode"
	],

	"devDependencies": {
		"grunt": "~0.4.1",
		"grunt-contrib-jshint": "~0.6.0",
		"grunt-simple-mocha": "~0.4.0"
	},

	"preferGlobal": true
}
