-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 928 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 928 Bytes
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": "react-konami",
"version": "0.6.2",
"description": "A simple component to add an easterEggs in your react web application",
"main": "./build/Konami.js",
"types": "./build/Konami.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/FloValence/react-konami.git"
},
"scripts": {
"build": "rimraf build && tsc -p \"./\"",
"watch": "tsc --watch -p \"./\"",
"prepublishOnly": "npm prune && npm run build"
},
"keywords": [
"konami",
"code",
"konamicode",
"react",
"component",
"easter egg",
"easter",
"cheat code",
"typescript"
],
"homepage": "https://flovalence.github.io/react-konami",
"author": "Florian Valence <florian.m.valence@gmail.com>",
"license": "ISC",
"peerDependencies": {
"react": ">=15.4.0"
},
"devDependencies": {
"@types/react": "^15.4.0",
"husky": "^0.11.9",
"rimraf": "^2.5.4"
}
}