-
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.13 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.13 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": "jokeware",
"version": "1.0.2",
"description": "A joke package that randomly opens links from safe sites (like YouTube, Wikipedia, and other sources that are similiar). The name JokeWare is a play on the word 'Maleware'. This package is only for a funny prank and has no malicious intentions behind it.",
"main": "dist/js/jokeware.min.js",
"scripts": {
"test": "node test/test.js",
"build": "rollup --config"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MicroRay620/JokeWare.git"
},
"keywords": [
"javascript",
"jokeware",
"satire",
"prank",
"foss",
"gpl"
],
"author": "Ruby Rose",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/MicroRay620/JokeWare/issues"
},
"homepage": "https://github.com/MicroRay620/JokeWare#readme",
"dependencies": {
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"jokeware": "file:",
"jquery": "^3.7.1",
"rollup": "^4.27.4"
},
"type": "module"
}