{
	"name": "@zayesh/stay",
	"version": "0.1.7",
	"description": "Stay is a small but effective library for the creation of dynamic xhr-driven web applications.",
	"homepage": "https://github.com/vanruesc/stay",
	"main": "build/stay",
	"jsnext:main": "src/stay",
	"license": "Apache-2.0",

	"keywords": [
		"xhr",
		"xmlhttprequest",
		"ajax",
		"web application"
	],

	"author": {
		"name": "Raoul van Rüschen",
		"email": "vanruesc@fh-brandenburg.de"
	},

	"repository": {
		"type": "git",
		"url": "https://github.com/vanruesc/stay.git"
	},

	"bugs": {
		"url": "https://github.com/vanruesc/stay/issues"
	},

	"scripts": {

		"jshint:test": "jshint test",
		"jshint:lib": "jshint src",
		"jshint": "npm run jshint:test && npm run jshint:lib",

		"rollup": "rollup -f iife -n Stay -i src/stay.js -o build/stay.js",
		"uglify": "uglifyjs build/stay.js -c -m -o build/stay.min.js",

		"mocha": "mocha-phantomjs --setting webSecurityEnabled=false test/index.html",
		"yuidoc": "yuidoc src -q -c yuidoc.json",

		"prebuild": "npm run jshint",
		"build": "npm run rollup && npm run uglify",
		"postbuild": "node banner.js",
		"pretest": "npm run build",
		"test": "npm run mocha"

	},

	"engines": {
		"node": ">= 0.12.0"
	},

	"dependencies": {
		"@zayesh/eventdispatcher": "x.x.x"
	},

	"devDependencies": {
		"jshint": "2.x.x",
		"mocha": "2.x.x",
		"mocha-phantomjs": "3.6.0",
		"phantomjs": "1.9.7-15",
		"prepend-file": "1.x.x",
		"rollup": "0.19.x",
		"uglify-js": "2.x.x",
		"yuidocjs": "0.x.x"
	}
}
