2014-10-30 02:32:29 +01:00
|
|
|
{
|
2017-03-23 17:38:36 +01:00
|
|
|
"name": "cable-desktop",
|
2016-01-01 23:23:44 +01:00
|
|
|
"repository": "https://github.com/WhisperSystems/Signal-Desktop.git",
|
2014-10-30 02:32:29 +01:00
|
|
|
"version": "0.0.0",
|
|
|
|
"devDependencies": {
|
2014-11-07 09:32:32 +01:00
|
|
|
"bower": "^1.3.12",
|
2014-10-30 02:32:29 +01:00
|
|
|
"grunt": "^0.4.5",
|
2014-11-23 04:36:52 +01:00
|
|
|
"grunt-cli": "^0.1.13",
|
2014-10-30 02:32:29 +01:00
|
|
|
"grunt-contrib-concat": "^0.5.0",
|
2014-11-23 04:36:52 +01:00
|
|
|
"grunt-contrib-connect": "^0.9.0",
|
2015-03-20 00:46:58 +01:00
|
|
|
"grunt-contrib-copy": "^0.8.0",
|
2014-11-23 04:36:52 +01:00
|
|
|
"grunt-contrib-jshint": "^0.10.0",
|
2014-11-07 09:32:32 +01:00
|
|
|
"grunt-contrib-sass": "^0.8.1",
|
2014-11-23 04:36:52 +01:00
|
|
|
"grunt-contrib-watch": "^0.6.1",
|
2016-01-23 11:28:43 +01:00
|
|
|
"grunt-exec": "^0.4.6",
|
2016-04-04 04:34:34 +02:00
|
|
|
"grunt-gitinfo": "^0.1.7",
|
2015-03-20 00:46:58 +01:00
|
|
|
"grunt-jscs": "^1.1.0",
|
2014-11-23 04:36:52 +01:00
|
|
|
"grunt-preen": "^1.0.0",
|
2015-03-20 00:46:58 +01:00
|
|
|
"grunt-saucelabs": "^8.3.3"
|
2014-11-23 04:36:52 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test",
|
|
|
|
"lint": "grunt jshint"
|
2014-10-30 02:32:29 +01:00
|
|
|
}
|
|
|
|
}
|