forked from signalapp/libsignal-protocol-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 791 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "libsignal-protocol",
"repository": "https://github.com/WhisperSystems/libsignal-protocol-javascript.git",
"version": "1.3.0",
"license": "GPL-3.0",
"dependencies": {
"long": "^3.1.0",
"bytebuffer": "^3.5.5",
"protobufjs": "5.0.1"
},
"devDependencies": {
"blanket": "1.1.7",
"chai": "^3.5.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-jshint": "^1.1.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",
"jquery": "^2.2.3",
"mocha": "^2.4.5"
},
"scripts": {
"test": "grunt test",
"lint": "grunt jshint"
}
}