{
  "foo": {
    "globalProperty": "foo"
  },
	"jQuery": {
		"path": "./demo/config/vendors/jquery.js"
	},
	"plugin": {
		"path": "./demo/config/vendors/jquery.plugin.js",
		"require": "jQuery",
		"exports": "jQuery"
	}
}