-
Notifications
You must be signed in to change notification settings - Fork 92
/
package.json
executable file
·59 lines (59 loc) · 1.73 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": "protonmail-web",
"author": "ProtonMail, Inc.",
"description": "Angular frontend for protonmail.com",
"devDependencies": {
"bower": "^1.3.8",
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"chai-fuzzy": "^1.4.0",
"grunt": "^0.4.5",
"grunt-angular-translate": "~0.3.0",
"grunt-cache-bust": "^0.4.13",
"grunt-cli": "^0.1.13",
"grunt-commands": "^0.1.8",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-forever": "^0.4.4",
"grunt-git": "^0.2.14",
"grunt-html2js": "^0.2.8",
"grunt-includes": "^0.5.1",
"grunt-karma": "^0.11.0",
"grunt-ng-annotate": "^0.3.0",
"grunt-ng-constant": "~1.1.0",
"grunt-notify": "~0.4.1",
"grunt-protractor-webdriver": "^0.1.8",
"grunt-replace": "^0.9.2",
"grunt-sass": "^1.0.0",
"grunt-shell": "^1.1.1",
"grunt-uncss": "^0.4.3",
"grunt-wait": "^0.1.0",
"http-proxy": "^1.2.0",
"jshint": "^2.5.2",
"karma": "^0.12.19",
"karma-chai-sinon": "^0.1.3",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.3",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "^0.1.1",
"load-grunt-tasks": "^0.6.0",
"lodash": "^2.4.1",
"mocha": "^1.21.3",
"phantomjs": "^1.9.2",
"protractor": "WhoopInc/protractor#master",
"sinon": "^1.9.1",
"sinon-chai": "^2.5.0"
},
"private": true,
"license": "All rights reserved.",
"scripts": {
"test": "grunt compile"
}
}