We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ec946 commit b6f7b59Copy full SHA for b6f7b59
.gitignore
@@ -25,4 +25,5 @@ _testmain.go
25
26
.envrc
27
vendor/
28
-
+node_modules
29
+*.log
package.json
@@ -15,5 +15,15 @@
15
"bugs": {
16
"url": "https://github.com/OthloTech/OthloCalendar/issues"
17
},
18
- "homepage": "https://github.com/OthloTech/OthloCalendar#readme"
+ "homepage": "https://github.com/OthloTech/OthloCalendar#readme",
19
+ "dependencies": {
20
+ "babel-core": "^6.18.2",
21
+ "babel-loader": "^6.2.8",
22
+ "jade": "^1.11.0",
23
+ "riot": "^3.0.1",
24
+ "riotcontrol": "0.0.3",
+ "riotjs-loader": "^3.0.0",
+ "webpack": "^1.13.3",
+ "webpack-dev-server": "^1.16.2"
+ }
}
0 commit comments