editor.js/package.json

17 lines
312 B
JSON
Raw Normal View History

{
"name": "webpack",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"css-loader": "^0.26.1",
"lodash": "^4.17.2",
"style-loader": "^0.13.1"
}
}