aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 99c7916c13c5b7306e2da5e2b178fa3022186fbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "something",
  "dependencies": {
    "babel-polyfill": "^6.16.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-react": "^6.16.0",
    "babelify": "^7.3.0",
    "browserify": "^13.1.1",
    "browserify-incremental": "^3.1.1",
    "react": "^15.3.2",
    "react-dom": "^15.3.2",
    "react-redux": "^4.4.5",
    "react-select2": "^4.0.2",
    "redux": "^3.6.0"
  },
  "license": "MIT",
  "engines": {
    "node": ">= 0.10"
  }
}