-
Notifications
You must be signed in to change notification settings - Fork 678
/
Copy pathpackage.json
38 lines (38 loc) · 831 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
37
38
{
"name": "jsfuck",
"version": "0.5.0",
"description": "Write any JavaScript with just 6 characters: []()!+",
"main": "jsfuck.js",
"bin": "fuck.js",
"repository": {
"type": "git",
"url": "git://github.com/aemkei/jsfuck.git"
},
"keywords": [
"esoteric",
"obfuscation"
],
"author": {
"name": "Martin Kleppe",
"url": "https://github.com/aemkei"
},
"licenses": [
{
"type": "WTFPL",
"url": "https://raw.github.com/aemkei/jsfuck/master/LICENSE.txt"
}
],
"bugs": {
"url": "https://github.com/aemkei/jsfuck/issues"
},
"scripts": {
"start": "grunt default watch"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "~1.2.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-watch": "~0.5.3",
"gruntify-eslint": "^5.0.0"
}
}