This repository has been archived by the owner on May 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 3.53 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
78
79
80
81
{
"name": "teemops-ui",
"author": "Ben Fellows <[email protected]>",
"description": "Teemops - AWS Cloud Ops Simplified",
"license": "GPL-3.0-only",
"version": "0.0.1",
"dependencies": {
"express": "^4.13.3",
"@bower_components/angular": "angular/bower-angular#1.5.8",
"@bower_components/angular-animate": "angular/bower-angular-animate#^1.3.0",
"@bower_components/angular-aria": "angular/bower-angular-aria#^1.4.8",
"@bower_components/angular-breadcrumb": "ncuillery/angular-breadcrumb#^0.4.1",
"@bower_components/angular-cookies": "angular/bower-angular-cookies#^1.3.0",
"@bower_components/angular-jwt": "auth0/angular-jwt#^0.0.9",
"@bower_components/angular-loading-bar": "chieffancypants/angular-loading-bar#^0.8.0",
"@bower_components/angular-material": "angular/bower-material#1.1.0-rc.5",
"@bower_components/angular-material-icons": "klarsys/angular-material-icons#0.7.0",
"@bower_components/angular-messages": "angular/bower-angular-messages#^1.4.8",
"@bower_components/angular-mocks": "angular/bower-angular-mocks#^1.3.0",
"@bower_components/angular-sanitize": "angular/bower-angular-sanitize#^1.3.0",
"@bower_components/angular-timezone-selector": "mishguruorg/angular-timezone-selector#~1.4.3",
"@bower_components/angular-ui-router": "angular-ui/angular-ui-router-bower#^0.4.0",
"@bower_components/bootstrap": "twbs/bootstrap#~3.3.4",
"@bower_components/chosen": "harvesthq/bower-chosen#~1.4.2",
"@bower_components/clipboard": "zenorocha/clipboard.js#~1.5.5",
"@bower_components/jquery": "jquery/jquery-dist#>=1.4.4",
"@bower_components/jstzdetect": "HenningM/jstimezonedetect#~1.0.6",
"@bower_components/lodash": "lodash/lodash#~3.9.3",
"@bower_components/md-steppers": "ipiz/md-steppers#^0.2.4",
"@bower_components/moment": "moment/moment#~2.10.3",
"@bower_components/moment-timezone": "moment/moment-timezone#~0.4.0",
"@bower_components/ngclipboard": "sachinchoolur/ngclipboard#^1.1.1",
"@bower_components/ngstorage": "gsklee/ngStorage#^0.3.10",
"@bower_components/v-accordion": "LukaszWatroba/v-accordion#^1.6.0"
},
"repository": {},
"devDependencies": {
"connect-modrewrite": "^0.8.5",
"grunt": "1.1.0",
"grunt-autoprefixer": "^3.0.4",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-filerev": "^2.3.1",
"grunt-google-cdn": "^0.4.3",
"grunt-karma": "*",
"grunt-newer": "^1.3.0",
"grunt-ng-annotate": "^3.0.0",
"grunt-ng-constant": "^2.0.2",
"grunt-svgmin": "^6.0.0",
"grunt-usemin": "^3.1.1",
"grunt-wiredep": "^3.0.1",
"jasmine-core": "^3.4.0",
"jshint-stylish": "^2.2.1",
"karma": "^0.13.15",
"karma-jasmine": "*",
"karma-phantomjs-launcher": "*",
"load-grunt-tasks": "^3.1.0",
"phantomjs": "^2.1.1",
"serve-static": "^1.14.1",
"time-grunt": "^1.0.0"
},
"engines": {
"node": ">=0.10.0",
"yarn": ">= 1.0.0"
},
"scripts": {
"test": "echo ok",
"start": "node web.js",
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'bower_components', 'junction') } catch (e) { }\""
}
}