{
	"author": "GuoMeishan",
	"description": "iTalent header",
	"name": "@italentjs/italent-header",
	"main": "index.js",
	"configFile": "TalentJSConfig",
	"configUser": "ux",
	"version": "1.0.75",
	"scripts": {
		"build-prod": "rm -rf index.css && rm -rf index.js && grunt build",
		"auto-publish": "npm run build-prod && git add . && git commit -m 'fix: 修复一些已知问题' && npm version patch && npm publish",
		"start": "grunt dev"
	},
	"dependencies": {
		"grunt": "~0.4.1",
		"grunt-contrib-watch": "~0.4.3",
		"grunt-contrib-jst": "~0.5.0",
		"grunt-contrib-connect": "~0.5.0",
		"grunt-contrib-compass": "0.8.0",
		"load-grunt-tasks": "~0.5.0"
	},
	"devDependencies": {
		"grunt-css-url-replace": "^0.2.7",
		"grunt-cssjoin": "~0.2.0",
		"grunt-preprocess": "^5.1.0",
		"grunt-sass-replace": "^0.1.18",
		"grunt-string-replace": "^1.3.1"
	},
	"publishConfig": {
		"access": "public"
	},
	"files": [
		"app",
		"src",
		"index.js",
		"index.css",
		"package.json"
	]
}
