From ef88eb173fc87bfe1b87be533e4f574209d40b1d Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 26 Feb 2019 11:05:22 +0100 Subject: Initial import Disassembler seems to be working. --- bower.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bower.json (limited to 'bower.json') 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" + } +} -- cgit v1.2.3