chrome_point_plus/package.json

22 lines
569 B
JSON
Raw Normal View History

2014-11-27 12:42:00 +00:00
{
"name": "chrome-point-plus",
2015-01-20 08:19:41 +00:00
"version": "1.35.1",
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",
"grunt-bump": "git://github.com/nkirkes/grunt-bump.git#nkirkes/restrict-version-key-name",
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
}