-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
59 lines (59 loc) · 1.32 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
{
"name": "brickyeditor",
"version": "0.8.4",
"author": {
"name": "George Yakovlev",
"email": "yakovlev.ga@gmail.com",
"url": "https://www.facebook.com/george.yakovlev"
},
"description": "WYSIWYG block editor jQuery plugin.",
"license": "MIT",
"homepage": "https://github.com/yakovlevga/brickyeditor",
"files": [
"dist"
],
"main": "./dist/jquery.brickyeditor.js",
"repository": {
"type": "git",
"url": "https://github.com/yakovlevga/brickyeditor.git"
},
"keywords": [
"wysiwyg",
"wysiwyg editor",
"longrid",
"block editor",
"editor",
"bootstrap",
"jquery",
"jquery-plugin"
],
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.26.7",
"chai": "^4.2.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-mocha": "^4.3.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^3.2.1",
"gulp-typescript": "^3.1.7",
"gulp-uglify": "^2.1.2",
"jquery": "^3.4.1",
"jsdom": "^11.12.0",
"mocha": "^4.0.1",
"rename": "^1.0.4",
"rewire": "^3.0.2",
"typescript": "^2.9.2"
},
"scripts": {
"test": "mocha --compilers js:babel-core/register --recursive"
},
"babel": {
"presets": [
"es2015"
]
}
}