mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-09 12:03:33 +00:00
23 lines
506 B
JSON
23 lines
506 B
JSON
{
|
|
"name": "chrome-point-plus",
|
|
"version": "1.18.8",
|
|
"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/**"
|
|
],
|
|
"dependencies": {
|
|
"jquery": "~1.10.1",
|
|
"fancybox": "~2.1.5",
|
|
"markitup": "~1.1.14",
|
|
"soundcloud": "git@github.com:soundcloud/Widget-JS-API.git"
|
|
}
|
|
}
|