-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 982 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
{
"name": "content-snippets-edit",
"version": "0.3.0",
"description": "A tool to enable in-page editing of elements with Cortex as a backend",
"author": "CB Content Enablement Product Team <[email protected]>",
"license": "Apache-2.0",
"repository": "git://github.com/cortex-cms/content-snippets-edit.git",
"keywords": [
"editable",
"snippet",
"cms",
"content",
"edit"
],
"devDependencies": {
"gulp": "~3.9.1",
"gulp-load-plugins": "~1.2.2",
"gulp-autoprefixer": "~3.1.0",
"gulp-concat": "~2.6.0",
"gulp-ruby-sass": "~2.0.6",
"gulp-riot": "~0.4.9",
"gulp-size": "~2.1.0",
"gulp-util": "~3.0.7",
"gulp-uglify": "~1.5.3",
"gulp-combine-mq": "~0.4.0",
"gulp-minify-css": "~1.2.4",
"gulp-rename": "~1.2.2",
"gulp-ignore": "~2.0.1",
"main-bower-files": "~2.13.0",
"streamqueue": "~1.1.1",
"dotenv": "~2.0.0"
},
"engines": {
"node": ">=6.0.0"
}
}