editor.js/package.json
George Berezhnoy 4aa8e352d8 First commit
2017-01-11 13:13:44 +03:00

24 lines
580 B
JSON

{
"name": "codex.editor",
"version": "1.0.0",
"description": "Codex Editor. Native JS, based on API and Open Source",
"main": "index.js",
"scripts": {
"build": "webpack"
},
"author": "Codex Team",
"license": "ISC",
"dependencies": {
"whatwg-fetch": "^2.0.1"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-runtime": "^6.20.0",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^1.0.1",
"webpack": "^1.14.0"
}
}