-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 948 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
{
"name": "harlemshakify",
"version": "1.0.0",
"description": "That classic little script from 2013 to make any website do the 'Harlem Shake'",
"keywords": [
"harlem",
"shake",
"pun",
"esoteric"
],
"homepage": "https://github.com/dwiyatci/harlemshakify",
"bugs": "https://github.com/dwiyatci/harlemshakify/issues",
"license": "SEE LICENSE IN LICENSE.txt",
"main": "dist/harlemshakify.cjs.js",
"module": "dist/harlemshakify.esm.js",
"browser": "dist/harlemshakify.umd.js",
"author": "Glenn Dwiyatcita <dwiyatci@mail.com> (https://tiny.cc/dwiyatci)",
"repository": {
"type": "git",
"url": "https://github.com/dwiyatci/harlemshakify.git"
},
"scripts": {
"install:clean": "yarn upgrade || yarn install",
"update": "yarn upgrade-interactive --latest",
"build": "rollup -c"
},
"private": false,
"devDependencies": {
"rollup": "0.53.0",
"rollup-plugin-uglify": "2.0.1"
}
}