chrome_point_plus/bower.json

23 lines
501 B
JSON
Raw Permalink Normal View History

2014-11-27 12:45:39 +00:00
{
"name": "chrome-point-plus",
2016-08-19 15:05:31 +00:00
"version": "1.42.1",
2014-11-27 12:45:39 +00:00
"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": {
2016-05-15 20:40:56 +00:00
"jquery": "~3",
2014-11-27 13:41:21 +00:00
"fancybox": "~2.1.5",
2015-01-05 20:39:12 +00:00
"markitup": "~1.1.14",
"soundcloud": "git@github.com:soundcloud/Widget-JS-API.git"
2014-11-27 13:26:48 +00:00
}
2014-11-27 12:45:39 +00:00
}