{
	"name": "tinymce",
	"version": "4.0.0",
	"repository": {
		"type" : "git",
		"url" : "https://github.com/tinymce/tinymce.git"
	},
	"description": "TinyMCE rich text editor",
	"author": "Johan Sörlin <spocke@moxiecode.com>",
	"bugs": { "url" : "http://www.tinymce.com/develop/bugtracker.php" },
	"private": true,
	"engines": {
		"node" : ">=0.10.26"
	},
	"devDependencies": {
		"jake": ">= 0.7.0",
		"amdlc": ">= 0.0.2",
		"jshint": ">= 2.1.4",
		"eslint": ">= 0.6.2",
		"uglify-js": ">= 2.0.0",
		"glob": ">= 3.1.12",
		"moxie-zip": ">= 0.0.1",
		"less": ">= 1.3.1",
		"coverjs": ">= 0.0.14",
		"request": "~2.33.0",
		"q": "~1.0.0",
		"sauce-tunnel": ">= 2.0.2",
		"mime": "~1.2.11",
		"chalk": "~0.4.0",
		"lodash": ">= 2.4.1",
		"jscs": ">= 1.4.5"
	},
	"scripts": {
		"test": "jake jscs jshint eslint minify less phantomjs-tests"
	}
}
