{ "name": "chrome-point-plus", "version": "1.42.1", "description": "Chrome extension for point.im", "main": "index.js", "scripts": { "postinstall": "./node_modules/.bin/bower install && grunt", "lint": "./node_modules/.bin/jshint . && ./node_modules/.bin/jscs .", "test": "npm run lint" }, "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.3.0", "grunt-contrib-copy": "^0.7.0", "jscs": "^1.10.0", "jshint": "^2.6.0" } }