This repository has been archived by the owner on Feb 2, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
122 lines (122 loc) · 3.22 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
117
118
119
120
121
122
{
"name": "groupeat-hybrid-mobile",
"version": "0.1.0",
"description": "Ionic+Angular.js application (Yeoman generated) for GroupEat",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/GroupEat/groupeat-hybrid-mobile"
},
"bugs": {
"url": "https://github.com/GroupEat/groupeat-hybrid-mobile/issues"
},
"contributors": [
{
"name": "Guillaume Diallo Mulliez",
"email": "[email protected]"
},
{
"name": "Etienne de Montalivet",
"email": "[email protected]"
},
{
"name": "Woody Rousseau",
"email": "[email protected]"
},
{
"name": "Sammy Teillet",
"email": "[email protected]"
},
{
"name": "Thibault Derousseaux",
"email": "[email protected]"
}
],
"dependencies": {},
"devDependencies": {
"autoprefixer": "~6.1.0",
"autoprefixer-core": "~5.2.1",
"bower": "~1.6.5",
"chai": "~2.3.0",
"coffee-script": "~1.8.0",
"coffeelint": "~1.8.1",
"cordova": "~5.4.1",
"css-mqpacker": "~4.0.0",
"del": "~2.0.2",
"glob": "~4.0.5",
"gulp": "~3.9.0",
"gulp-angular-filesort": "~1.1.1",
"gulp-coffeelint": "~0.5.0",
"gulp-concat": "~2.6.0",
"gulp-filter": "~3.0.1",
"gulp-iconfont": "~5.0.0",
"gulp-iconfont-css": "~2.0.0",
"gulp-if": "~2.0.0",
"gulp-inject": "~3.0.0",
"gulp-jshint": "~1.12.0",
"gulp-livereload": "~3.8.1",
"gulp-minify-css": "~1.2.1",
"gulp-ng-annotate": "~1.1.0",
"gulp-ng-constant": "~1.1.0",
"gulp-plumber": "~1.0.1",
"gulp-postcss": "~6.0.1",
"gulp-sass": "~2.1.0",
"gulp-shell": "~0.5.1",
"gulp-sourcemaps": "~1.6.0",
"gulp-uglify": "~1.5.1",
"gulp-useref": "~3.0.3",
"gulp-watch": "~4.3.5",
"gulp-webserver": "~0.9.1",
"ionic": "~1.7.10",
"jshint-stylish": "~0.1.3",
"karma": "~0.13.15",
"karma-chai": "~0.1.0",
"karma-chai-plugins": "~0.4.0",
"karma-chrome-launcher": "~0.1.2",
"karma-coffee-preprocessor": "~0.2.1",
"karma-coverage": "~0.2.0",
"karma-mocha": "~0.1.3",
"karma-ng-html2js-preprocessor": "~0.1.2",
"karma-phantomjs2-launcher": "~0.3.2",
"lodash": "~3.9.3",
"main-bower-files": "~2.9.0",
"minimatch": "~0.3.0",
"minimist": "~1.2.0",
"mkdirp": "~0.5.0",
"mocha": "~2.2.4",
"ncp": "~0.6.0",
"orchestrator": "~0.3.7",
"request": "~2.42.0",
"wiredep": "~2.2.2",
"yargs": "^3.29.0"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "gulp test",
"postinstall": "./node_modules/.bin/bower install"
},
"cordovaPlugins": [
],
"cordovaPlatforms": [
"ios",
{
"platform": "android",
"version": "5.0.0",
"locator": "[email protected]"
}
]
}