2017-09-11 23:01:41 -04:00

16 lines
448 B
JSON

{
"name": "babel-plugin-transform-object-assign",
"version": "7.0.0-beta.0",
"description": "Replace Object.assign with an inline helper",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-object-assign",
"author": "Jed Watson",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"babel-plugin"
],
"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-beta.0"
}
}