-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 834 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
{
"name": "wp-content-blocks",
"version": "1.0.2",
"description": "Content Blocks User Experience (CEUX) project.",
"main": "js/gulpfile.js",
"repository": {
"type": "git",
"url": "https://github.com/melchoyce/CEUX.git"
},
"keywords": [
"wordpress",
"content",
"blocks",
"ceux",
"editor"
],
"author": "the CEUX project team",
"license": "GPL v2",
"bugs": {
"url": "https://github.com/melchoyce/CEUX/issues"
},
"homepage": "https://github.com/melchoyce/CEUX",
"devDependencies": {
"gulp-rename": "~1.0.0",
"gulp-minify-css": "~0.3.0",
"gulp-clean": "~0.2.4",
"gulp-uglify": "~0.2.1",
"gulp": "~3.5.2",
"gulp-autoprefixer": "0.0.6",
"gulp-concat": "~2.1.7",
"gulp-sass": "~0.7.0",
"gulp-footer": "~1.0.4",
"gulp-header": "~1.0.2"
}
}