This repository was archived by the owner on Nov 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.23 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.23 KB
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
{
"name": "angularjs-adminlte",
"version": "1.0.0",
"description": "Adminlte Theme with AngularJs",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erhankilic/angularjs-adminlte.git"
},
"keywords": [
"admin-lte",
"angularjs",
"admin",
"dashboard"
],
"author": "Erhan Kılıç",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/erhankilic/angularjs-adminlte/issues"
},
"homepage": "https://github.com/erhankilic/angularjs-adminlte#readme",
"dependencies": {
"browser-sync": "^2.24.6",
"connect-history-api-fallback": "^1.5.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.2.1",
"gulp-cache": "^1.0.2",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-filter": "^5.1.0",
"gulp-htmlmin": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-inject": "^4.3.2",
"gulp-ng-annotate": "^2.1.0",
"gulp-rename": "^1.3.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"main-bower-files": "^2.13.1",
"run-sequence": "^2.2.1"
}
}