-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 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
34
{
"name": "pybanca",
"version": "0.0.1",
"description": "> A webapp for lottery tickets thinking in convergence and heavy loads.",
"main": "webpack.config.js",
"dependencies": {
"elm": "^0.18.0",
"webpack": "^3.10.0"
},
"devDependencies": {
"elm-webpack-loader": "^4.4.0",
"file-loader": "^1.1.11",
"url-loader": "^1.0.1",
"webpack-cli": "^2.0.10",
"webpack-dev-server": "^2.11.0"
},
"scripts": {
"watch": "webpack-dev-server --port 80 --host 0.0.0.0",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/arieljimenez/pybanca.git"
},
"keywords": [
"elm"
],
"author": "arieljimenez",
"license": "ISC",
"bugs": {
"url": "https://github.com/arieljimenez/pybanca/issues"
},
"homepage": "https://github.com/arieljimenez/pybanca#readme"
}