aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: a64f25f3675fad0773c9a1a83e36a2493738209d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "something",
  "dependencies": {
    "babel-preset-es2015": "^6.18.0",
    "babelify": "^7.3.0",
    "browserify": "^10.2.6",
    "browserify-incremental": "^3.1.1"
  },
  "license": "MIT",
  "engines": {
    "node": ">= 0.10"
  }
}