{
	"name": "@circular/templation",
	"version": "1.0.15",
	"description": "A javascript / html template engine with data binding.",
	"main": "lib/index.js",
	"scripts": {
		"build:example": "webpack -p --progress",
		"build:lib": "babel src -d lib --source-maps"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/CircularFramework/templation.git"
	},
	"author": "Rick Hopkins <rick.hopkins@gmail.com>",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/CircularFramework/templation/issues"
	},
	"homepage": "https://github.com/CircularFramework/templation.git#readme",
	"devDependencies": {
		"babel-cli": "^6.26.0",
		"babel-core": "^6.26.0",
		"babel-loader": "^7.1.2",
		"babel-preset-env": "^1.6.1",
		"webpack": "^3.5.6"
	}
}
