-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
31 lines (31 loc) · 926 Bytes
/
package.json
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
30
31
{
"name": "WysiwygEditor",
"version": "3.0.0",
"description": "",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/OXID-eSales/ddoe-wysiwyg-editor-module"
},
"keywords": [],
"author": "digidesk - media solutions",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-cssmin": "^2.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-exec": "^3.0.0",
"less-plugin-autoprefix": "^1.5.1",
"load-grunt-config": "^0.19.2",
"time-grunt": "^1.4.0",
"yarn": "^1.22.19"
},
"scripts": {
"start": "grunt",
"summernote": "node_modules/yarn/bin/yarn --cwd build/vendor/summernote run build && grunt",
"postinstall": "node_modules/yarn/bin/yarn --cwd build/vendor/summernote install"
}
}