-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.01 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.01 KB
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": "code-protect",
"version": "1.0.3",
"description": "It's a module which convert your JavaScript code into some not understandable format and still it's executable.This module can be used to protect the code base which run's on browser's client side or we can protect the nodejs code base as well.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kashish Gupta",
"license": "ISC",
"keywords": [
"protect",
"secure",
"uglify",
"obfuscation",
"code-secure",
"confuse"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kashishgupta1990/code-protect"
},
"bugs": {
"url": "https://github.com/kashishgupta1990/code-protect/issues"
},
"bin": {
"code-protect": "./command-tool.js"
},
"dependencies": {
"async": "^1.5.2",
"commander": "^2.9.0",
"confusion": "^0.1.1",
"escodegen": "^1.8.0",
"esprima": "^2.7.2",
"mkpath": "^1.0.0",
"uglify-js": "^2.6.2"
}
}