2016-10-05 09:56:26 -04:00

21 lines
672 B
JSON

{
"name": "babel-helper-transform-fixture-test-runner",
"version": "6.16.0",
"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-runtime": "^6.9.0",
"babel-core": "^6.16.0",
"babel-polyfill": "^6.16.0",
"babel-helper-fixtures": "^6.9.0",
"source-map": "^0.5.0",
"babel-code-frame": "^6.16.0",
"chai": "^3.0.0",
"lodash": "^4.2.0"
}
}