-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.23 KB
/
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
32
33
34
{
"name": "jodit",
"version": "2.5.62",
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
"main": "jodit.min.js",
"scripts": {
"concat": "concatinator -f jodit.js modules/Dom.js modules/Helper.js config.js modules/*.js plugins/*.js -o build/jodit.full.js",
"minify": "uglifyjs build/jodit.full.js -c -m -o build/jodit.min.js && lessc --clean-css less/jodit.less build/jodit.min.css",
"github": "git add --all && git commit -m \"New version %npm_package_version%. Read more http://xdsoft.net/jodit/doc/index.html#%npm_package_version% \" && git tag %npm_package_version% && git push --tags origin HEAD:master && npm publish",
"build": "npm run concat && npm run minify"
},
"homepage": "http://xdsoft.net/jodit/",
"keywords": [
"wysiwyg",
"editor",
"rich",
"jodit"
],
"license": "SEE LICENSE IN <license.txt>",
"author": "Chupurnov <[email protected]> (http://xdsoft.net/)",
"bugs": {
"url": "https://github.com/xdan/jodit/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/xdan/jodit.git"
},
"devDependencies": {
"concatinator": "^1.0.2",
"less": "^2.7.1",
"less-plugin-clean-css": "^1.5.1",
"uglifyjs": "^2.4.10"
}
}