aboutsummaryrefslogtreecommitdiffstats
path: root/ui/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'ui/package.json')
-rw-r--r--ui/package.json58
1 files changed, 58 insertions, 0 deletions
diff --git a/ui/package.json b/ui/package.json
new file mode 100644
index 000000000..73c9b527d
--- /dev/null
+++ b/ui/package.json
@@ -0,0 +1,58 @@
+{
+ "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"
+ }
+}