{
	"name": "app",
	"version": "1.0",
	"main": "main",
	"dependencies": {
		"dojo": "1.8.0",
		"dijit": "1.8.0",
		"dojox": "1.8.0",
		"util": "1.8.0"
	},
	"description": "Dojo Boilerplate Example Application. A quick-start application that demonstrates basic usage of the Dojo Toolkit. This package.json file is a CommonJS Packages/1.0 manifest, with a special `dojoBuild` property to point to the build file for this package.",
	"licenses": [
		{
			"type": "AFLv2.1",
			"url": "http://bugs.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
		},
		{
			"type": "BSD",
			"url": "http://bugs.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
		}
	],
	"bugs": "https://github.com/csnover/dojo-boilerplate/issues",
	"keywords": ["JavaScript", "Dojo", "Boilerplate", "Example", "Howto"],
	"homepage": "https://github.com/csnover/dojo-boilerplate",
	"dojoBuild": "package.js"
}