2014-11-27 12:42:00 +00:00
|
|
|
{
|
|
|
|
"name": "chrome-point-plus",
|
2015-01-05 16:21:30 +00:00
|
|
|
"version": "1.18.8",
|
2014-11-27 12:42:00 +00:00
|
|
|
"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\"",
|
2014-11-27 12:45:39 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2014-12-31 19:49:19 +00:00
|
|
|
"bower": "^1.3.12",
|
|
|
|
"grunt": "^0.4.5",
|
2015-01-03 11:23:45 +00:00
|
|
|
"grunt-bump": "0.0.16",
|
2014-12-31 19:49:19 +00:00
|
|
|
"grunt-contrib-copy": "^0.7.0"
|
2014-11-27 12:45:39 +00:00
|
|
|
}
|
2014-11-27 12:42:00 +00:00
|
|
|
}
|