forked from PUNCH-Cyber/YaraGuardian
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 773 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 773 Bytes
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": "yara-guardian",
"description": "Django web interface for managing Yara rules",
"dependencies": {
"angular": "1.5.8",
"angular-route": "1.5.8",
"angular-animate": "1.5.8",
"angular-touch": "1.5.8",
"angular-ui-bootstrap": "2.5.0",
"angular-multiselect": "1.2.0",
"bootstrap": "3.3.7",
"angular-file-upload-shim": "^1.6.4",
"ng-file-upload": "^12.2.13"
},
"devDependencies": {
"copy-webpack-plugin": "^4.0.1",
"webpack": "~3.4.0"
},
"scripts": {
"webpack": "webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/PUNCH-Cyber/YaraGuardian"
},
"bugs": {
"url": "https://github.com/PUNCH-Cyber/YaraGuardian/issues"
},
"author": "@taskr",
"license": "Apache-2.0"
}