-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.69 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
{
"name": "sygefor3",
"version": "1.0.0",
"author": "Blaise de Carné <[email protected]>",
"private": true,
"dependencies": {
"Select2": "git://github.com/ivaynberg/select2#3.4.8",
"X-editable": "git://github.com/vitalets/x-editable#1.5.1",
"angular-growl": "git://github.com/marcorinck/angular-growl#v0.4.0",
"angular-hotkeys": "~1.4.5",
"angular-loading-bar": "~0.3.0",
"angular-ui-bootstrap": "^0.12.1",
"angular-ui-router": "0.2.10",
"angular-ui-select2": "git://github.com/angular-ui/ui-select2#v0.0.5",
"angular-zeroclipboard": "git://github.com/lisposter/angular-zeroclipboard#v0.8.0",
"angularjssearchbox": "git://github.com/conjecto/angular-searchbox.git",
"autosize": "git://github.com/jackmoore/autosize.git#3.0.15",
"blueimp-file-upload": "git://github.com/blueimp/jQuery-File-Upload#9.5.8",
"bootstrap": "^3.3.6",
"bootstrap-datepicker": "^1.6.1",
"bootstrap-sass": "^3.3.6",
"checklist-model": "0.2.4",
"font-awesome": "4.1.0",
"jquery": "~2.1.4",
"jquery-slimscroll": "^1.3.8",
"moment": "2.5.1",
"ngstorage": "^0.3.11",
"timepicker": "git://github.com/jonthornton/jquery-timepicker.git#1.11.1",
"zeroclipboard": "~2.1.6"
},
"devDependencies": {
"node-sass": "~3.4.2",
"gulp": "~3.8.11",
"gulp-sass": "~2.1.1",
"gulp-browserify": "~0.5.1",
"gulp-concat": "~2.2.0",
"gulp-plumber": "^0.6.6",
"napa": "~1.0.2",
"gulp-autoprefixer": "0.0.8",
"gulp-notify": "~1.5.1",
"gulp-uglify": "^0.2.1",
"gulp-strip-debug": "~1.0.2",
"gulp-livereload": "~2.1.1",
"gulp-ng-annotate": "~2.0.0",
"gulp-cssmin": "~0.1.7",
"gulp-angular-templatecache": "~1.3.0"
}
}