{
	"name": "pconline",
	"title": "My Package",
	"version": "2.0.4",
	"description": "",
	"main": "dist/main.min.js",
	"homepage": "https://github.com/xxx/yyy#readme",
	"author": "XXX <xxxx@gmail.com>",
	"directories": {
		"doc": "doc",
		"test": "test"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/xxx/yyy.git"
	},
	"keywords": [
		"xxx",
		"demo"
	],
	"bugs": {
		"url": "https://github.com/xxx/yyy/issues "
	},
	"license": "MIT",
	"dependencies": {},
	"devDependencies": {
		"grunt": "^1.0.1",
		"grunt-contrib-clean": "^1.0.0",
		"grunt-contrib-copy": "^1.0.0",
		"grunt-contrib-uglify": "^2.0.0"
	}
}
