-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 857 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
{
"name": "Smash-4-UI",
"version": "1.0.0",
"description": "This project is to practice recreating the menu interface seen in-game.",
"main": "index.js",
"dependencies": {
"babel-core": "^6.9.0",
"babel-loader": "^6.2.4",
"babel-preset-react": "^6.5.0",
"formsy-react": "^0.18.0",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"react-edit-inline": "^1.0.7",
"webpack": "^1.13.1"
},
"devDependencies": {
"react-edit-inline": "^1.0.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Holyoke/Smash-4-UI.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Holyoke/Smash-4-UI/issues"
},
"homepage": "https://github.com/Holyoke/Smash-4-UI#readme"
}