forked from liferay/alloy-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.01 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
72
{
"name": "alloyeditor",
"version": "1.4.1",
"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.5.0",
"del": "2.2.0",
"dir-compare": "1.3.0",
"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.2.0",
"gulp-cssnano": "2.0.0",
"gulp-empty": "0.1.1",
"gulp-iconfont": "8.0.1",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.3",
"gulp-sass": "~3.1.0",
"gulp-template": "4.0.0",
"gulp-uglify": "2.0.0",
"gulp-yuidoc-relative": "0.1.2",
"gulp-zip": "3.0.2",
"hash-files": "^1.1.1",
"karma": "1.4.0",
"karma-babel-preprocessor": "6.0.1",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-firefox-launcher": "1.0.0",
"karma-fixture": "0.2.5",
"karma-html2js-preprocessor": "1.1.0",
"karma-ie-launcher": "1.0.0",
"karma-ievms": "git+https://github.com/niksy/karma-ievms.git#browser-decorator",
"karma-junit-reporter": "1.2.0",
"karma-mocha": "1.3.0",
"karma-safari-launcher": "1.0.0",
"karma-sauce-launcher": "1.1.0",
"karma-sinon": "1.0.4",
"lodash": "4.17.4",
"mkdirp": "0.5.1",
"mocha": "3.2.0",
"require-dir": "0.3.2",
"run-sequence": "1.1.2",
"sinon": "1.15.4",
"walk": "2.3.9",
"yargs": "6.6.0"
},
"main": "dist/alloy-editor/alloy-editor-no-react.js",
"scripts": {
"test": "gulp test:saucelabs"
},
"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"
}