forked from fasttime/JScrewIt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.36 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "jscrewit",
"version": "2.9.4",
"description": "Converts plain JavaScript into JSFuck code, which consists of only six different characters: ! ( ) + [ ]",
"keywords": [
"esoteric",
"jsfuck",
"obfuscation"
],
"homepage": "https://jscrew.it",
"bugs": {
"url": "https://github.com/fasttime/JScrewIt/issues"
},
"license": "ISC",
"author": "Francesco Trotta <ft@fasttime.org> (https://github.com/fasttime)",
"files": [
"*.md",
"html",
"JScrewIt.html",
"lib",
"output.txt",
"screw.js",
"tools",
"!.*"
],
"main": "lib/jscrewit.js",
"bin": "screw.js",
"repository": {
"type": "git",
"url": "https://github.com/fasttime/JScrewIt.git"
},
"scripts": {
"build": "npm install && gulp",
"docs": "gulp docs"
},
"devDependencies": {
"art-js": "~0.7.3",
"chalk": "~1.1.3",
"del": "~3.0.0",
"expectations": "~0.7.1",
"gulp": "~4.0.0",
"gulp-concat": "~2.6.0",
"gulp-fasttime-lint": "~0.8.0",
"gulp-gherkin-lint": "~0.0.2",
"gulp-insert": "~0.5.0",
"gulp-jsdoc3": "~2.0.0",
"gulp-rename": "~1.4.0",
"gulp-replace": "~1.0.0",
"gulp-spawn-mocha": "~5.0.1",
"gulp-uglify": "~3.0.1",
"istanbul": "~0.4.5",
"jsdoc-to-markdown": "~4.0.1",
"mocha": "~3.5.3",
"mocha-bar": "~0.0.3",
"proxyquire": "~2.1.0",
"semver": "~5.6.0"
}
}