This repository has been archived by the owner on Aug 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
116 lines (116 loc) · 2.97 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "Disclosure-Frontend-Alpha",
"version": "1.0.0",
"description": "Base AngularJS application with gulp and browserify",
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/caciviclab/disclosure-frontend"
},
"authors": "CA Civic Lab",
"private": false,
"engines": {
"node": ">=0.10.38"
},
"scripts": {
"prod": "gulp prod",
"start": "gulp build",
"test": "gulp test"
},
"browserify-shim": {
"angular": {
"exports": "angular"
}
},
"browserify": {
"transform": [
"browserify-shim",
"envify",
"partialify"
]
},
"jscsConfig": ".jscsrc",
"devDependencies": {
"angular-mocks": "1.4.9",
"browserify": "^13.0.0",
"browserify-css": "^0.9.1",
"browserify-istanbul": "^1.0.0",
"browserify-shim": "^3.8.5",
"buffer": "^4.5.1",
"chai": "^3.5.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.4.1",
"gulp-connect": "^3.1.0",
"gulp-cssnano": "^2.1.1",
"gulp-if": "^2.0.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-less": "^3.0.5",
"gulp-livereload": "^3.8.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.7",
"gulp-webserver": "^0.9.1",
"istanbul": "^0.4.2",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.21",
"karma-browserify": "^5.0.2",
"karma-chai": "^0.1.0",
"karma-chai-plugins": "^0.7.0",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-mocha": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon": "^1.0.4",
"karma-spec-reporter": "0.0.24",
"logfmt": "^1.1.2",
"markedify": "0.0.2",
"merge": "^1.2.0",
"mocha": "^2.2.4",
"notify-send": "^0.1.2",
"partialify": "^3.1.6",
"phantomjs-prebuilt": "^2.1.4",
"proxy-middleware": "^0.15.0",
"rename": "^1.0.3",
"run-sequence": "^1.1.5",
"sinon": "^1.14.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.1",
"yargs": "^3.25.0"
},
"dependencies": {
"ag-grid": "^4.2.5",
"angular": "1.4.9",
"angular-animate": "1.4.9",
"angular-breadcrumb": "^0.4.1",
"angular-cookies": "1.4.9",
"angular-filter": "^0.5.16",
"angular-resource": "1.4.9",
"angular-sanitize": "1.4.9",
"angular-scroll-animate": "^0.9.9",
"angular-ui-bootstrap": "^1.2.5",
"angular-ui-router": "^0.2.18",
"animate.css": "^3.5.1",
"bootstrap": "^3.3.4",
"c3-angular": "^1.0.1",
"connect": "^3.2.0",
"d3": "^3.5.16",
"domready": "^1.0.7",
"envify": "^3.4.0",
"express": "^4.4.5",
"font-awesome": "^4.4.0",
"jquery": "^2.2.1",
"lodash": "^4.5.1",
"restangular": "^1.5.2",
"swagger-client": "2.1.6",
"ui-router-extras": "^0.1.2"
}
}