forked from forkcms/forkcms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 879 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 879 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
26
27
28
29
{
"name": "forkcms",
"version": "1.0.0",
"description": "The NPM-dependencies for Fork CMS",
"main": "index.js",
"repository": "git@github.com:forkcms/forkcms.git",
"author": "Tijs Verkoyen <tijs@verkoyen.eu>",
"license": "MIT",
"devDependencies": {
"bootstrap-datepicker": "^1.7.0",
"bootstrap-sass": "~3.3",
"bootstrap-tagsinput": "https://github.com/mathiashelin/bootstrap-tagsinput.git",
"cropper": "^3.0.0-rc.2",
"fine-uploader": "^5.14.1",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^1.9.1",
"jquery": "^3.2.1",
"jquery-migrate": "~1.4",
"jquery-ui-dist": "~1.12",
"photoswipe": "^4.1.1",
"simple-ajax-uploader": "^2.5.5",
"slick-carousel": "^1.6.0"
}
}