-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.83 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
{
"name": "petals-cockpit",
"version": "0.4.0",
"description": "Web Application for Petals Cockpit",
"authors": "Linagora",
"license": "AGPL-3.0",
"contributors": [
"CHEVALIER Christophe",
"ESCUDIE Bertrand",
"NOEL Victor"
],
"repository": {
"type": "git",
"url": "https://github.com/petalslink/petals-cockpit"
},
"scripts": {
"init": "npm install",
"install": "bower install"
},
"dependencies": {
},
"devDependencies": {
"browser-sync": "^2.9.11",
"del": "^2.0.2",
"glob": "^5.0.10",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-bump": "^1.0.0",
"gulp-bytediff": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-csso": "^1.0.0",
"gulp-filter": "^3.0.1",
"gulp-header": "^1.7.1",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.3.0",
"gulp-inject": "^3.0.0",
"gulp-jscs": "^3.0.1",
"gulp-jshint": "^1.11.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-html": "^1.0.3",
"gulp-ng-annotate": "^1.0.0",
"gulp-nodemon": "^2.0.3",
"gulp-plumber": "^1.0.1",
"gulp-print": "^2.0.1",
"gulp-rev": "^6.0.1",
"gulp-rev-replace": "^0.4.2",
"gulp-sass": "^2.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.4.1",
"gulp-useref": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.2.4",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "^0.5.2",
"karma-firefox-launcher": "^0.1.6",
"karma-growl-reporter": "^0.1.1",
"karma-mocha": "^0.2.0",
"karma-safari-launcher": "^0.1.1",
"mkdirs": "0.0.2",
"mocha": "^2.3.2",
"plato": "^1.5.0",
"proxy-middleware": "^0.15.0",
"connect-modrewrite": "^0.8.1",
"yargs": "^3.27.0"
}
}