Files
faveo/public/filemanager/scripts/zeroclipboard/src/meta/bower.json.tmpl
Bhanu Slathia c710c20b9e Update v1.0.6
2016-02-16 23:22:09 +05:30

17 lines
520 B
Cheetah

{
"name": "<%= name %>",
"description": "<%= description %>",
"version": "<%= version %>",
"main": ["./dist/ZeroClipboard.js", "./dist/ZeroClipboard.swf"],
"keywords": <%= JSON.stringify(keywords) %>,
"license": "<%= licenses[0].url %>",
"authors": <%= JSON.stringify(contributors) %>,
"homepage": "<%= homepage %>",
"repository": <%= JSON.stringify(repository) %>,
"location": "<%= repository.url.replace(/^https:\/\//, "git://") %>",
"ignore": [
"*",
"!/bower.json",
"!/dist/**"
]
}