forked from frida/cryptoshark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 959 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
32
33
34
35
36
37
38
{
"name": "cryptoshark-agent",
"version": "0.1.0",
"private": true,
"description": "CryptoShark's agent injected into target processes",
"homepage": "https://github.com/frida/cryptoshark",
"repository": {
"type": "git",
"url": "https://github.com/frida/cryptoshark.git"
},
"keywords": [
"frida"
],
"bugs": {
"url": "https://github.com/frida/cryptoshark/issues"
},
"author": {
"name": "Ole André Vadla Ravnås",
"email": "[email protected]",
"web": "http://www.frida.re"
},
"license": "wxWindows Library Licence, Version 3.1",
"readmeFilename": "README.md",
"devDependencies": {
"big-integer": "^1.2.10",
"gulp": "^3.8.7",
"gulp-browserify": "^0.5.0",
"gulp-jshint": "^1.8.4",
"gulp-load-plugins": "^0.5.3",
"gulp-rename": "^1.2.0",
"gulp-util": "^3.0.0",
"jshint-stylish": "^0.4.0",
"mout": "^0.9.1"
},
"engines": {
"node": ">=0.10.0"
}
}