mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-14 14:53:05 +00:00
b750f50f3c
5 фич (nesting, хинт фансибокса, система комментариев, обновление кол-ва комментариев и постов, встраивание твитов), 3 исправленных бага
22 lines
502 B
JSON
22 lines
502 B
JSON
{
|
|
"name": "chrome-point-plus",
|
|
"version": "1.18.8",
|
|
"description": "Chrome extension for point.im",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@bitbucket.org:skobkin/chrome_point_plus.git"
|
|
},
|
|
"author": "\"Alexey Skobkin\"",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"bower": "^1.3.12",
|
|
"grunt": "^0.4.5",
|
|
"grunt-bump": "0.0.16",
|
|
"grunt-contrib-copy": "^0.7.0"
|
|
}
|
|
}
|