-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
63 lines (63 loc) · 1.67 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
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "ng-gentelella",
"version": "0.2.6",
"description": "Angular admin interface based on Gentelella bootstrap theme markup",
"repository": {
"type": "git",
"url": "git+https://github.com/Wtower/ng-gentelella.git"
},
"author": {
"name": "Wtower",
"email": "[email protected]",
"url": "https://github.com/Wtower"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Wtower/ng-gentelella/issues"
},
"homepage": "https://github.com/Wtower/ng-gentelella#README",
"scripts": {
"prepublish": "gulp nsp",
"test": "gulp test"
},
"dependencies": {
"angular": "^1.5.7",
"angular-animate": "^1.5.7",
"angular-resource": "^1.5.7",
"angular-route": "^1.5.7",
"angular-sanitize": "^1.5.7",
"bootstrap": "^3.3.7",
"font-awesome": "^4.6.3",
"gentelella": "^1.3.0",
"jquery": "^3.2.1",
"ng-file-upload": "^12.0.4"
},
"devDependencies": {
"angular-mocks": "^1.5.7",
"chai": "^3.5.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-if": "^2.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-ng-html2js": "^0.2.2",
"gulp-notify": "^2.2.0",
"gulp-nsp": "^2.4.2",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"jasmine-core": "^2.4.1",
"karma": "^1.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"yargs": "^6.3.0"
}
}