-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 827 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 827 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
{
"name": "zerodrop",
"version": "0.1",
"description": "A stealth URL toolkit optimized for dropping malware and circumventing censorship filters",
"main": "index.js",
"repository": "git@github.com:oftn-oswg/zerodrop.git",
"author": "Devin Samarin <me@dsamar.in>",
"license": "MIT",
"private": true,
"devDependencies": {
"@types/jquery": "^3.3.2",
"bootstrap": "^4.1.1",
"jquery": "^3.3.1",
"node-sass": "^4.9.0",
"popper.js": "^1.14.3",
"ts-loader": "^4.3.0",
"typescript": "^2.8.3",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3"
},
"scripts": {
"build": "webpack --mode development",
"dist": "webpack --mode production",
"css": "node-sass --output-style compressed ./scss/zerodrop.scss ./static/zerodrop.css"
}
}