.template.dependencies.json 251 Bytes
Newer Older
1
2
{
  "dependencies": {
Fabrizio Castellarin's avatar
Fabrizio Castellarin committed
3
    "babel-register": "6.22.0",
Joe Haddad's avatar
Joe Haddad committed
4
    "babel-plugin-transform-es2015-modules-commonjs": "6.22.0",
5
6
7
    "babel-polyfill": "6.20.0",
    "chai": "3.5.0",
    "jsdom": "9.8.3",
Joe Haddad's avatar
Joe Haddad committed
8
9
    "mocha": "3.2.0",
    "test-integrity": "1.0.0"
10
11
  }
}