aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/README.md14
-rw-r--r--ui/package.json58
2 files changed, 0 insertions, 72 deletions
diff --git a/ui/README.md b/ui/README.md
deleted file mode 100644
index fdac37f02..000000000
--- a/ui/README.md
+++ /dev/null
@@ -1,14 +0,0 @@
-## Installation
-
-```
-git clone git@github.com:MetaMask/metamask-ui.git
-cd metamask-ui
-npm install
-grunt dev
-```
-
-## Testing
-
-Requires `mocha` installed. Run `npm install -g mocha`.
-
-You can either run the test suite once with `npm test`, or you can reload on file changes, by running `mocha watch test/**/**`.
diff --git a/ui/package.json b/ui/package.json
deleted file mode 100644
index 73c9b527d..000000000
--- a/ui/package.json
+++ /dev/null
@@ -1,58 +0,0 @@
-{
- "name": "metamask-ui",
- "version": "1.5.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "mocha test/**/*test.js",
- "watch": "mocha watch test/**/*test.js",
- "start": "beefy example.js:bundle.js --live --open",
- "build": "browserify example.js -g uglifyify -o bundle.js"
- },
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "beefy": "^2.1.5",
- "chai": "^3.5.0",
- "deep-freeze-strict": "^1.1.1",
- "jsdom": "^8.1.0",
- "mocha": "^2.4.5",
- "mocha-jsdom": "^1.1.0",
- "sinon": "^1.17.3",
- "uglifyify": "^3.0.1"
- },
- "browserify": {
- "transform": [
- [
- "babelify",
- {
- "presets": [
- "es2015"
- ]
- }
- ],
- "brfs"
- ]
- },
- "dependencies": {
- "babel-preset-es2015": "^6.3.13",
- "babelify": "^7.2.0",
- "brfs": "^1.4.2",
- "browserify": "^12.0.1",
- "copy-to-clipboard": "^1.1.1",
- "debounce": "^1.0.0",
- "ethereumjs-util": "^2.6.0",
- "inject-css": "^0.1.1",
- "metamask-logo": "^1.1.3",
- "react": "^0.14.3",
- "react-addons-css-transition-group": "^0.14.7",
- "react-dom": "^0.14.3",
- "react-hyperscript": "^2.2.2",
- "react-redux": "^4.0.3",
- "redux": "^3.0.5",
- "redux-logger": "^2.3.1",
- "redux-thunk": "^1.0.2",
- "textarea-caret": "^3.0.1",
- "xtend": "^4.0.1"
- }
-}