aboutsummaryrefslogtreecommitdiffstats
path: root/ui/package.json
blob: 73c9b527d6a9946afcc2ade3515948ef39424cd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
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"
  }
}