forked from Nandtel/gear-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "gear-service",
"version": "0.1.0",
"scripts": {
"postinstall": "gulp"
},
"dependencies": {
"angular": "~1.5.11",
"angular-animate": "~1.5.11",
"angular-aria": "~1.5.11",
"angular-cache": "~4.6.0",
"angular-file-saver": "^1.1.3",
"angular-gettext": "~2.3.8",
"angular-loading-bar": "~0.9.0",
"angular-material": "~1.1.3",
"angular-material-data-table": "0.10.10",
"angular-moment": "^1.0.1",
"angular-recaptcha": "^3.2.1",
"angular-scroll": "~1.0.0",
"angular-ui-router": "~0.4.2",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-clean-css": "^2.3.2",
"gulp-cli": "^1.2.2",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^3.0.0",
"gulp-newer": "^1.3.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-uglify": "^2.0.1",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"ng-file-upload": "~12.2.13"
},
"devDependencies": {}
}