forked from signalapp/Signal-Desktop
- Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
23 lines (23 loc) · 623 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 623 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "textsecure-browser",
"repository": "https://github.com/WhisperSystems/TextSecure-Browser.git",
"version": "0.0.0",
"devDependencies": {
"bower": "^1.3.12",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^1.1.0",
"grunt-preen": "^1.0.0",
"grunt-saucelabs": "^8.3.3"
},
"scripts": {
"test": "grunt test",
"lint": "grunt jshint"
}
}