This repository has been archived by the owner on Jul 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.63 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
82
83
84
85
86
87
88
89
90
91
92
{
"name": "valet-app",
"version": "1.11.1",
"private": true,
"description": "Valet.io app for administering campaigns and displaying them on a projector",
"main": "./src",
"scripts": {
"test": "gulp unit"
},
"repository": {
"type": "git",
"url": "git://github.com/valet-io/app.git"
},
"author": "Ben Drucker <[email protected]> (http://www.bendrucker.me/)",
"bugs": {
"url": "https://github.com/valet-io/app/issues"
},
"homepage": "https://github.com/valet-io/app",
"dependencies": {
"angular": "~1.3.14",
"angular-animate": "~1.3.14",
"angular-animate-change": "~1.0.1",
"angular-live-or-test": "~1.0.1",
"angular-loading": "~1.1.0",
"angular-raven": "~0.5.11",
"angular-round": "~1.0.0",
"angular-router-exception-handler": "~1.0.0",
"angular-ui-router": "bendrucker/ui-router#3d156d6ae898367ae7625780fbc2d48dbe6989e9",
"angular-valet-logo": "git://github.com/valet-io/angular-valet-logo",
"babelify": "~5.0.3",
"confidential-divshot": "~0.1.0",
"convex": "~3.3.1",
"convex-firebase": "~1.3.1",
"fastclick": "~1.0.6",
"ngFitText": "bendrucker/ng-FitText.js#ab3161eec6b8be796b6191d4a0964aeb8e6589a8",
"partialify": "~3.1.3",
"raven-js": "bendrucker/raven-js#9651be4b5bd1aed0e1a029e58a3e3a885394ddcb",
"screenfull": "~1.2.1",
"valet-io-directives": "~1.0.0",
"valet-io-pledge-models": "~2.1.0"
},
"devDependencies": {
"angular-mocks": "~1.3.14",
"bd-gulp-tasks": "~3.0.1",
"browserify-istanbul": "^0.1.2",
"browserify-shim": "~3.8.0",
"chai": "~1.9.1",
"gulp": "~3.8.0",
"gulp-util": "~3.0.1",
"karma": "~0.12.24",
"karma-as-promised": "~1.0.0",
"karma-browserify": "^1.0.0",
"karma-chai-sinon": "~0.1.3",
"karma-coverage": "0.2.6",
"karma-env": "~0.1.0",
"karma-firefox-launcher": "^0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-mocha": "~0.1.3",
"karma-phantomjs-launcher": "~0.1.4",
"lodash": "~2.4.1",
"mocha": "~1.18.2",
"run-sequence": "~0.3.6",
"sinon": "~1.9.1",
"sinon-chai": "~2.5.0"
},
"browserify": {
"transform": [
"babelify",
"partialify",
"browserify-shim"
]
},
"browser": {
"ngFitText": "./node_modules/ngFitText/src/ng-FitText.js",
"angular-raven": "./node_modules/angular-raven/angular-raven.js"
},
"browserify-shim": {
"ngFitText": {
"depends": [
"angular"
],
"exports": "angular.module('ngFitText').name"
},
"angular-raven": {
"depends": [
"angular",
"raven-js:Raven"
],
"exports": "angular.module('ngRaven').name"
}
}
}