Henry Zhu 0553d7761d Publish
- babel-cli@7.0.0-alpha.2
 - babel-core@7.0.0-alpha.2
 - babel-helper-plugin-test-runner@7.0.0-alpha.2
 - babel-helper-transform-fixture-test-runner@7.0.0-alpha.2
 - babel-register@7.0.0-alpha.2
2017-03-08 13:08:44 -05:00

21 lines
698 B
JSON

{
"name": "babel-helper-transform-fixture-test-runner",
"version": "7.0.0-alpha.2",
"description": "Transform test runner for babel-helper-fixtures module",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-transform-fixture-test-runner",
"main": "lib/index.js",
"dependencies": {
"babel-code-frame": "7.0.0-alpha.1",
"babel-core": "7.0.0-alpha.2",
"babel-polyfill": "7.0.0-alpha.1",
"babel-helper-fixtures": "7.0.0-alpha.1",
"chai": "^3.0.0",
"lodash": "^4.2.0",
"resolve": "^1.3.2",
"source-map": "^0.5.0"
}
}