-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
77 lines (77 loc) · 2.09 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "t-rex",
"version": "1.0.0",
"description": "Admin dashboard for TaskCat",
"main": "index.html",
"directories": {
"test": "test"
},
"dependencies": {
"angular": "1.4.9",
"angular-animate": "1.4.9",
"angular-aria": "1.4.9",
"angular-daterangepicker": "^0.2.3-alpha1",
"angular-file-upload": "2.2.0",
"angular-local-storage": "0.2.6",
"angular-messages": "1.4.9",
"angular-route": "1.5.0",
"angular-signalr-hub": "^1.6.2",
"angular-touch": "1.5.8",
"angular-ui-bootstrap": "2.1.4",
"bootstrap": "^3.3.6",
"bootstrap-daterangepicker": "^2.1.25",
"clipboard": "^1.5.12",
"del": "^2.2.2",
"eonasdan-bootstrap-datetimepicker-npm": "^4.17.37",
"file-saver": "^1.3.8",
"font-awesome": "^4.6.3",
"gmaps": "^0.4.24",
"jQuery.print": "^1.4.1",
"jquery": "^2.2.2",
"jwt-decode": "^2.1.0",
"mdPickers": "0.7.2",
"moment": "^2.22.0",
"ms-signalr-client": "^2.2.2",
"ngclipboard": "^1.1.1",
"xlsx": "^0.9.2"
},
"devDependencies": {
"git-rev": "^0.2.1",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "2.0.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.3",
"gulp-delete-lines": "0.0.7",
"gulp-if": "^2.0.1",
"gulp-inject": "4.1.0",
"gulp-jsclosure": "0.0.1",
"gulp-minify-html": "^1.0.6",
"gulp-ng-annotate": "2.0.0",
"gulp-ngmin": "^0.3.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.5",
"http-server": "^0.9.0",
"jasmine": "^2.99.0",
"karma": "^0.13.21",
"karma-chrome-launcher": "^0.2.2",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.7",
"run-sequence": "^1.2.2"
},
"scripts": {
"test": "test",
"prestart": "npm install",
"start": "http-server -a 0.0.0.0 -p 8000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NerdCats/T-Rex.git"
},
"author": "Muhammed Tareq Aziz",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/NerdCats/PussyCat/issues"
},
"homepage": "https://github.com/NerdCats/PussyCat#readme"
}