зеркало из https://github.com/mozilla/gecko-dev.git
22 строки
386 B
JSON
22 строки
386 B
JSON
{
|
|
"name": "sourceeditor",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "",
|
|
"scripts": {
|
|
"build": "webpack"
|
|
},
|
|
"babel": {
|
|
"presets": [ "es2015" ]
|
|
},
|
|
"author": "",
|
|
"license": "",
|
|
"devDependencies": {
|
|
"babel-core": "^6.11.4",
|
|
"babel-loader": "^6.2.4",
|
|
"babel-preset-es2015": "^6.9.0",
|
|
"raw-loader": "^0.5.1",
|
|
"webpack": "^1.13.1"
|
|
}
|
|
}
|