-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.12 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "adminui",
"version": "1.0.0",
"description": "Light, simple, custom interface and bootstrap v3.3.7 based admin panel free template",
"main": "gulpfile.js",
"scripts": {
"test": "console.log(\"AdminUI project running..\");"
},
"repository": {
"type": "git",
"url": "git+https://github.com/03bgls25/AdminUI.git"
},
"keywords": [
"adminui",
"custom",
"admin",
"panel",
"light",
"simple",
"free",
"template"
],
"author": "Bal Gopal Lal Shrestha",
"license": "MIT",
"bugs": {
"url": "https://github.com/03bgls25/AdminUI/issues"
},
"homepage": "https://github.com/03bgls25/AdminUI#readme",
"devDependencies": {
"bower": "*",
"browser-sync": "*",
"gulp": "^3.9.1",
"less": "*",
"sass": "*"
},
"dependencies": {
"gulp-autoprefixer": "*",
"gulp-concat": "*",
"gulp-jshint": "*",
"gulp-less": "*",
"gulp-minify-css": "*",
"gulp-notify": "*",
"gulp-plumber": "*",
"gulp-rename": "*",
"gulp-sass": "*",
"gulp-sourcemaps": "*",
"gulp-uglify": "*",
"jshint": "*",
"jshint-stylish": "*"
}
}