ember-legacy-class-transform
Version:
The default blueprint for ember-cli addons.
23 lines (22 loc) • 542 B
JSON
{
"name": "babel-plugin-undeclared-variables-check",
"version": "1.0.2",
"description": "Throw a compile-time error on references to undeclared variables",
"repository": "babel-plugins/babel-plugin-undeclared-variables-check",
"license": "MIT",
"main": "lib/index.js",
"devDependencies": {
"babel": "^5.6.0"
},
"scripts": {
"build": "babel-plugin build",
"push": "babel-plugin publish",
"test": "babel-plugin test"
},
"keywords": [
"babel-plugin"
],
"dependencies": {
"leven": "^1.0.2"
}
}