summaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..154c223
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,23 @@
+{
+ "name": "EUMuLator",
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "output"
+ ],
+ "dependencies": {
+ "purescript-prelude": "^4.1.0",
+ "purescript-console": "^4.2.0",
+ "purescript-effect": "^2.0.1",
+ "purescript-node-process": "^6.0.0",
+ "purescript-node-fs": "^5.0.0",
+ "purescript-arrays": "^5.2.0",
+ "purescript-uint": "^5.1.0",
+ "purescript-arraybuffer": "^10.0.0",
+ "purescript-stringutils": "^0.0.8"
+ },
+ "devDependencies": {
+ "purescript-psci-support": "^4.0.0"
+ }
+}