-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.79 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
{
"name": "crunchmail-portail",
"version": "0.1.0",
"description": "",
"main": "index.html",
"license": "AGPL-3.0",
"author": "Thomas LEBEAU tlebeau@oasiswork.fr",
"dependencies": {},
"browser": {
"angular-csv-import": "./bower_components/angular-csv-import/dist/angular-csv-import.min.js",
"v-tabs": "./node_modules/v-tabs/dist/v-tabs.min.js"
},
"devDependencies": {
"angular-mocks": "^1.4.8",
"del": "^2.2.0",
"frontend-directives": "git+https://github.com/crunchmail/frontend-directives#0.1.2",
"git-rev-sync": "^1.4.0",
"gulp": "^3.8.11",
"gulp-angular-gettext": "^2.1.0",
"gulp-angular-protractor": "0.0.6",
"gulp-autoprefixer": "^2.2.0",
"gulp-concat": "^2.5.2",
"gulp-connect": "^5.0.0",
"gulp-debug": "^2.0.1",
"gulp-gh-pages": "^0.5.4",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.9.4",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-css": "^1.1.1",
"gulp-ngdocs": "^0.3.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rev-all": "^0.8.24",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.2.1",
"jasmine-core": "^2.3.4",
"karma": "^0.13.15",
"karma-browserify": "^4.4.1",
"karma-chrome-launcher": "^0.2.1",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "^0.3.6",
"karma-ng-html2js-preprocessor": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.1",
"lodash.assign": "^3.2.0",
"merge-stream": "^1.0.0",
"phantomjs": "^1.9.19",
"protractor": "^3.0.0",
"require-dir": "^0.3.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0",
"yargs": "^3.25.0"
}
}