forked from tutao/tutanota
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.25 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": "tutanota",
"version": "2.9.5",
"description": "secure mail client",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tutao GmbH",
"license": "Copyright Tutao GmbH",
"devDependencies": {
"async": "^0.9.0",
"chai": "~1.9.1",
"chai-as-promised": "^4.1.1",
"event-stream": "~3.1.7",
"gulp": "^3.8.7",
"gulp-appcache": "0.0.4",
"gulp-clean": "~0.3.1",
"gulp-concat": "~2.3.4",
"gulp-filter": "~1.0.0",
"gulp-gzip": "0.0.8",
"gulp-html-replace": "~1.1.0",
"gulp-inject": "~1.0.1",
"gulp-insert": "~0.4.0",
"gulp-less": "~1.3.3",
"gulp-merge": "^0.1.1",
"gulp-minify-css": "~0.3.7",
"gulp-replace": "~0.4.0",
"gulp-shell": "^0.2.9",
"gulp-sort": "1.0.1",
"gulp-sourcemaps": "~1.1.0",
"gulp-uglify": "~0.3.1",
"karma": "~0.12.16",
"karma-chai": "~0.1.0",
"karma-chai-plugins": "^0.2.3",
"karma-chrome-launcher": "~0.1.4",
"karma-firefox-launcher": "~0.1.3",
"karma-junit-reporter": "~0.2.2",
"karma-mocha": "~0.1.4",
"mkdirp": "0.5.0",
"request": "^2.51.0",
"run-sequence": "~0.3.6",
"streamqueue": "^0.1.1"
},
"dependencies": {
"merge-stream": "~0.1.5"
}
}