15 lines
303 B
JSON
15 lines
303 B
JSON
{
|
|
"name": "babel-plugin-eval",
|
|
"version": "1.0.1",
|
|
"description": "Compile eval calls with string literals",
|
|
"repository": "babel-plugins/babel-plugin-eval",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"devDependencies": {
|
|
"babel": "^5.6.0"
|
|
},
|
|
"keywords": [
|
|
"babel-plugin"
|
|
]
|
|
}
|