-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 859 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": "elm-watten",
"version": "1.0.0",
"description": "Watten in elm: https://de.wikipedia.org/wiki/Watten",
"main": "elm.js",
"dependencies": {
"basscss": "^8.0.0",
"css-loader": "^0.23.1",
"elm-webpack-loader": "^2.0.0",
"file-loader": "^0.8.5",
"font-awesome": "^4.5.0",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1"
},
"devDependencies": {},
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"dev": "webpack-dev-server --port 8000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toburger/elm-watten.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/toburger/elm-watten/issues"
},
"homepage": "https://github.com/toburger/elm-watten#readme"
}