-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 876 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
{
"name": "drillphish",
"version": "1.0.0",
"description": "Phishing Drill Library",
"main": "./dist/drillphish.js",
"directories": {
"doc": "documentation",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JonathanWilbur/drillphish.git"
},
"keywords": [
"phishing",
"drill"
],
"author": "Jonathan M. Wilbur <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/JonathanWilbur/drillphish/issues"
},
"homepage": "https://github.com/JonathanWilbur/drillphish#readme",
"dependencies": {},
"devDependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.4",
"ts-loader": "^5.3.1",
"typescript": "^3.2.2",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2"
}
}