2016-08-05 09:51:34 -04:00

22 lines
702 B
JSON

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