{
	"name": "ithoughts-wordpress-plugin-toolbox",
	"version": "5.0.0",
	"description": "Toolbox for wordpress developemtn",
	"directories": {
		"test": "test"
	},
	"scripts": {
		"test": "mocha test/unit-test.js"
	},
	"repository": {
		"type": "git",
		"url": ""
	},
	"author": {
		"name": "Alexandre Germain",
		"homepage": "http://www.gerkindevelopment.net/",
		"email": "agermain@gerkindevelopment.net",
		"role": "Developer"
	},
	"license": "GPLv3",
	"devDependencies": {
		"babel-preset-es2015": "^6.24.1",
		"chalk": "^1.1.3",
		"eslint": "^3.19.0",
		"eslint-config-standard": "^10.2.1",
		"eslint-plugin-promise": "^3.5.0",
		"eslint-plugin-standard": "^3.0.1",
		"eslint-tap": "^2.0.0",
		"grunt": "^1.0.1",
		"grunt-babel": "^6.0.0",
		"grunt-changed": "^1.1.1",
		"grunt-contrib-eslint": "0.0.5",
		"grunt-contrib-htmlmin": "^2.3.0",
		"grunt-contrib-jshint": "^1.1.0",
		"grunt-contrib-uglify": "^2.3.0",
		"grunt-docco": "^0.5.0",
		"grunt-eslint": "^19.0.0",
		"grunt-jsdoc": "^2.1.0",
		"grunt-jslint": "^1.1.14",
		"grunt-lesslint": "^4.0.0",
		"grunt-phpcs": "^0.4.0",
		"grunt-phpdoc": "^1.0.0",
		"grunt-phplint": "^0.1.0",
		"grunt-postcss": "^0.8.0",
		"grunt-prompt": "^1.3.3",
		"grunt-rsync": "^2.0.1",
		"grunt-text-replace": "^0.4.0",
		"load-grunt-tasks": "^3.5.2",
		"lodash": "^4.17.4",
		"semver": "^5.3.0"
	}
}
