forked from kissyteam/editor-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 891 Bytes
/
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
{
"name": "modulex-editor-plugins",
"version": "1.2.2",
"homepage": "https://github.com/modulex/editor-plugins",
"engines": {
"node": "~0.10"
},
"repository": {
"type": "git",
"url": "https://github.com/modulex/editor-plugins"
},
"devDependencies": {
"co": "^3.1.0",
"co-exec": "^1.1.0",
"co-fs": "^1.2.0",
"commander": "~1.1.1",
"css": "^2.1.0",
"debug": "^2.0.0",
"express": "^4.8.4",
"gulp": "^3.8.7",
"gulp-kmc": "^1.0.14",
"gulp-kmd": "^1.0.0",
"gulp-minify": "0.0.5",
"gulp-rename": "^1.2.0",
"gulp-util": "^3.0.0",
"image-size": "^0.3.5",
"less": "^1.7.5",
"mkdirp": "~0.5.1",
"osenv": "~0.0.3",
"serve-index": "^1.1.6",
"serve-static": "^1.5.3",
"shelljs": "~0.1.2",
"through2": "^0.6.1",
"thunkify": "^2.1.2",
"unyield": "0.0.1",
"yuidocjs": "^0.3.50"
}
}