-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.08 KB
/
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
39
40
41
{
"name": "cracker-trap",
"version": "1.0.9",
"description": "Detect if web developer tools is open to hardening apps",
"main": "index.js",
"scripts": {
"install-grunt": "npm install -g grunt-cli",
"build": "npm install && grunt",
"start": "grunt watch",
"test": "./node_modules/.bin/standard \"index.js\"",
"publish": "yarn publish"
},
"repository": "git+https://github.com/bioverflow/cracker-trap.git",
"keywords": [
"debug-trap",
"debugging-tool",
"enforcer",
"security-hardening"
],
"author": "Reverse Bytes",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/bioverflow/cracker-trap/issues"
},
"homepage": "https://github.com/bioverflow/cracker-trap#readme",
"devDependencies": {
"bower": "^1.8.2",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-obfuscator": "^4.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-replace": "^1.0.1",
"gzip-js": "0.3.2",
"load-grunt-tasks": "^3.5.2",
"standard": "^10.0.3"
},
"private": false
}