forked from liferay/alloy-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.96 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "alloyeditor",
"version": "1.2.3",
"description": "AlloyEditor, a modern WYSIWYG editor, build on top of CKEditor",
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"bourbon": "https://github.com/thoughtbot/bourbon.git#v4.2.6",
"chai": "^3.2.0",
"del": "^2.2.0",
"dir-compare": "0.0.2",
"eslint": "^3.1.1",
"event-stream": "^3.3.1",
"gulp": "~3.9.0",
"gulp-babel": "^6.1.1",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.6.0",
"gulp-consolidate": "^0.1.2",
"gulp-cssnano": "^2.0.0",
"gulp-empty": "^0.1.1",
"gulp-iconfont": "^5.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-sass": "~2.1.1",
"gulp-template": "^3.0.0",
"gulp-uglify": "^1.2.0",
"gulp-yuidoc-relative": "^0.1.2",
"gulp-zip": "^3.0.2",
"karma": "^0.13.3",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.6",
"karma-fixture": "^0.2.5",
"karma-html2js-preprocessor": "^0.1.0",
"karma-ie-launcher": "^0.2.0",
"karma-ievms": "0.0.4",
"karma-junit-reporter": "^0.3.3",
"karma-mocha": "^0.2.0",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.3.0",
"karma-sinon": "^1.0.4",
"lodash": "^3.10.0",
"mkdirp": "^0.5.1",
"mocha": "^2.2.5",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.2",
"sinon": "^1.15.4",
"walk": "^2.3.9",
"yargs": "^3.15.0"
},
"main": "dist/alloy-editor/alloy-editor-no-react.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/liferay/alloy-editor.git"
},
"keywords": [
"editor",
"wysiwyg"
],
"author": "Iliyan Peychev",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/liferay/alloy-editor/issues"
},
"homepage": "http://alloyeditor.com"
}