2016-12-10 15:24:01 +00:00
|
|
|
{
|
|
|
|
"name": "embark-babel",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
2017-01-15 18:49:45 +00:00
|
|
|
"license": "Apache",
|
2016-12-10 15:24:01 +00:00
|
|
|
"dependencies": {
|
2017-01-15 17:19:53 +00:00
|
|
|
"babel-cli": "^6.18.0",
|
|
|
|
"babel-core": "^6.18.2",
|
|
|
|
"babel-preset-es2015": "^6.18.0",
|
|
|
|
"babel-preset-es2016": "^6.16.0",
|
|
|
|
"babel-preset-es2017": "^6.16.0",
|
|
|
|
"babel-preset-react": "^6.16.0"
|
2016-12-10 15:24:01 +00:00
|
|
|
}
|
|
|
|
}
|