25 lines
598 B
JSON
25 lines
598 B
JSON
{
|
|
"name": "flappydojo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "webpack-dev-server --watch --inline --colors --port 8080",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@gitea.drailing.net:dreiling/flappyDojo.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"babel-core": "^6.24.1",
|
|
"babel-loader": "^7.0.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-flow": "^6.23.0",
|
|
"webpack": "^2.6.1",
|
|
"webpack-dev-server": "^2.4.5"
|
|
}
|
|
}
|