审查视图

public/assets/libs/plupload/bower.json 498 字节
郭盛 authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
{
	"name": "plupload",
    "license": "AGPLv3",
    "authors": [
        "Davit Barbakadze <davit.barbakadze@ephox.com>"
    ],
    "homepage": "http://plupload.com",
    "repository": {
        "type": "git",
        "url": "https://github.com/moxiecode/plupload.git"
    },
	"main": [
        "./js/plupload.full.min.js"
	],
	"ignore": [
		"tests/",
		"src/",
		"build/",
        "examples/",
		"Jakefile.js",
		"package.json",
		"bower.json",
        "composer.json",
		"README.md",
		".*"
	]
}