2014-11-27 12:45:39 +00:00
|
|
|
{
|
|
|
|
"name": "chrome-point-plus",
|
2015-02-10 19:22:06 +00:00
|
|
|
"version": "1.36.2",
|
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": {
|
2014-11-27 13:30:30 +00:00
|
|
|
"jquery": "~1.10.1",
|
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
|
|
|
}
|