{
	"name": "simplet",
	"version": "0.2.1",
	"description": "Simple Template Engine",
	"keywords": [
		"client-side",
		"ejs",
		"engine",
		"simple",
		"template"
	],
	"homepage": "http://micnic.github.io/simpleT",
	"bugs": {
		"url": "https://github.com/micnic/simpleT/issues",
		"email": "micnic90@gmail.com"
	},
	"license": "GPL-3.0",
	"author": {
		"name": "Micleusanu Nicu",
		"email": "micnic90@gmail.com",
		"url": "https://github.com/micnic"
	},
	"main": "index",
	"repository": {
		"type": "git",
		"url": "https://github.com/micnic/simpleT"
	},
	"scripts": {
		"test": "tap test/"
	},
	"dependencies": {
		"recache": "0.3.x"
	},
	"devDependencies": {
		"tap": "2.3.x"
	},
	"engines": {
		"iojs": ">=1.0",
		"node": ">=0.10"
	}
}