{
	"name": "jformat",
	"main": "index.js",
	"preferGlobal": false,
	"version": "1.1.0",
	"description": "Python function str.format for JavaScript",
	"author": {
		"name": "TiagoDanin",
		"email": "TiagoDanin@outlook.com",
		"url": "https://TiagoDanin.github.io"
	},
	"license": "MIT",
	"keywords": [
		"format",
		"javascript",
		"jformat",
		"python",
		"string",
		"string-manipulation"
	],
	"scripts": {
		"npm_install": "npm install jformat",
		"start": "node index.js",
		"test": "node test.js"
	},
	"engines": {
		"node": ">=8"
	},
	"private": false,
	"repository": {
		"type": "git",
		"url": "git+https://github.com/TiagoDanin/JFormat.git"
	},
	"homepage": "https://github.com/TiagoDanin/JFormat#readme",
	"bugs": {
		"url": "https://github.com/TiagoDanin/JFormat/issues"
	},
	"github": {
		"name": "JFormat",
		"owner": "TiagoDanin"
	},
	"files": [
		"LICENSE",
		"README.md",
		"index.js",
		"package.json"
	],
	"dependencies": {},
	"devDependencies": {}
}
