-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 791 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 791 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
28
29
{
"name": "ckeditor_responsive_table",
"version": "1.0.0",
"main": "plugin.js",
"repository": "git@github.com:frontid/ckeditor_responsive_table.git",
"author": "Marcelo Tosco @capynet <marcelo@front.id>",
"license": "MIT",
"devDependencies": {},
"scripts": {
"build": "gulp build",
"watch": "gulp watch"
},
"dependencies": {
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"babel-preset-airbnb": "^2.5.3",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"breakpoint-sass": "^2.7.1",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-browserify": "^0.5.1",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}