chrome_point_plus/bower.json

21 lines
414 B
JSON
Raw Normal View History

2014-11-27 12:45:39 +00:00
{
"name": "chrome-point-plus",
"version": "1.17.3",
"authors": [
"Alexey Skobkin"
],
"description": "Chrome extension for point.im",
"license": "MIT",
"homepage": "https://bitbucket.org/skobkin/chrome_point_plus",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"chrome_point_plus/vendors/**"
2014-11-27 13:26:48 +00:00
],
"dependencies": {
2014-11-27 13:30:30 +00:00
"jquery": "~1.10.1",
"fancybox": "~2.1.5"
2014-11-27 13:26:48 +00:00
}
2014-11-27 12:45:39 +00:00
}