-
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) · 863 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 863 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": "java-opensid-module",
"version": "1.0.0",
"description": "JavaHost OpenSID Module for Configure Java Themes",
"main": "gulpfile.js",
"repository": "https://github.com/idjavahost/java-module",
"author": "Rizal Fauzie <rizal@fauzie.my.id>",
"license": "MIT",
"private": true,
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-strip-comments": "^2.5.2",
"gulp-uglify": "^3.0.1",
"gulp-watch": "^5.0.1"
},
"dependencies": {
"bootstrap-colorpicker": "2",
"bootstrap-slider": "^10.2.1",
"bootstrap-toggle": "^2.2.2",
"dm-file-uploader": "^1.0.2",
"select2-bootstrap-theme": "^0.1.0-beta.10",
"sortablejs": "^1.7.0"
}
}