-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.09 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.09 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
{
"name": "Altair_Admin_AngularJS",
"version": "2.4.0",
"description": "Material Design Premium Admin Template",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"admin",
"panel",
"material design",
"dashboard",
"angular js"
],
"author": "tzd",
"license": "http://themeforest.net/licenses",
"homepage": "http://altair.tzdthemes.com",
"private": true,
"devDependencies": {
"browser-sync": "^2.10.1",
"chalk": "^1.1.1",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.0",
"gulp-jsonminify": "^1.0.0",
"gulp-less": "^3.0.5",
"gulp-load-plugins": "^1.1.0",
"gulp-minify-css": "^1.2.3",
"gulp-open": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^2.0.0",
"gulp-uglify": "^1.5.1",
"gulp-wrapper": "^1.0.0",
"merge-stream": "^1.0.0",
"os-utils": "0.0.14",
"run-sequence": "^1.1.5"
},
"dependencies": {
"angular-vidbg": "0.0.12",
"ng-resource": "^1.3.2"
}
}