-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 800 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "ckeditor-iccexception-plugin",
"version": "0.1.3",
"description": "CKEditor plugin for adding exceptions and exception lists",
"main": "index.js",
"repository": "git+https://github.com/InternationalCodeCouncil/ckeditor-iccexception-plugin",
"author": "Caxy <dev@caxy.com>",
"license": "MIT",
"scripts": {
"clean": "rimraf dist",
"compile": "yarn run clean && webpack --config config/webpack.config"
},
"dependencies": {
"lodash": "^4.17.4",
"rimraf": "^2.6.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"copy-webpack-plugin": "^4.3.1",
"json-loader": "^0.5.7",
"path": "^0.12.7",
"webpack": "^2.7.0"
}
}