Cable-Desktop/package.json
lilia a79fb363aa Let npm install bower
One less step for new contributors who need to add dependencies.
2014-10-30 14:47:50 -07:00

12 lines
304 B
JSON

{
"name": "textsecure-chrome",
"repository": "https://github.com/WhisperSystems/TextSecure.git",
"version": "0.0.0",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-preen": "^1.0.0",
"bower": "^1.3.12"
}
}