-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 727 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 727 Bytes
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
{
"name": "content-aware-sidebars",
"description": "Content Aware Sidebars development",
"repository": {
"type": "git",
"url": "https://github.com/intoxstudio/content-aware-sidebars.git"
},
"author": "Joachim Jensen",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/intoxstudio/content-aware-sidebars/issues"
},
"homepage": "https://github.com/intoxstudio/content-aware-sidebars",
"devDependencies": {
"aelia-gulp-freemius-deploy": "^1.1.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-less": "^5.0.0",
"gulp-rename": "^2.1.0",
"gulp-replace": "^1.1.4",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.1.0",
"less-plugin-autoprefix": "^2.0.0"
}
}