-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 KB
/
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
39
40
41
{
"name": "clicky-game",
"version": "0.1.0",
"private": true,
"dependencies": {
"create-react-class": "^15.6.3",
"npm": "^6.2.0",
"react": "^16.4.1",
"react-animate-on-change": "^2.1.1",
"react-dom": "^16.4.1",
"react-hover-image": "^1.0.0",
"react-scripts": "1.1.4",
"react-shuffle": "^2.1.0",
"wow.js": "^1.2.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
"main": "index.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/rocksteadyrose/clicky-game.git"
},
"keywords": [
"Clicky",
"game",
"using",
"React"
],
"author": "Leslie Rose",
"license": "ISC",
"bugs": {
"url": "https://github.com/rocksteadyrose/clicky-game/issues"
},
"homepage": "https://github.com/rocksteadyrose/clicky-game#readme"
}