{
	"name"   : "docstring",
	"version": "1.1.0",
	"author" : "Alexander Abashkin <monolithed@gmail.com>",
	"license": "MIT",
	"description": "__doc__ / docstring is a string literal specified in source code that is use like a comment, to document a specific segment of code",

	"keywords": [
		"__doc__",
		"docstring",
		"documentation",
		"documentation string",
		"introspection",
		"function signature",
		"string literal",
		"JSDoc",
		"comments"
	],

	"repository": {
		"type": "git",
		"url" : "https://github.com/monolithed/__doc__.git"
	},

	"man" : "README.md",
	"main": "./index.js",

	"engines": {
		"node": ">=0.6.0"
	},

	"scripts": {
		"test" : "mocha --ui tdd index.js tests/index.js"
	},

	"devDependencies": {
		"mocha" : "^2.3.4"
	}
}
