-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"name": "sf-module-tinymce",
"version": "0.1.0",
"description": "TinyMCE module for Spiral and sf.js",
"main": "dist/sf.tinymce.min.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sfjs/sf-module-tinymce.git"
},
"keywords": [
"spiral",
"sf.js",
"tinymce",
"html editor",
"WYSIWYG"
],
"author": "Yauheni Yasinau <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sfjs/sf-module-tinymce/issues"
},
"homepage": "https://github.com/sfjs/sf-module-tinymce#readme",
"devDependencies": {
"babel-core": "^6.3.26",
"babel-loader": "^6.2.0",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-header": "^1.7.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"style-loader": "^0.13.0",
"tinymce": "^4.3.3",
"webpack": "^1.12.9"
}
}