forked from ProtonMail/WebClients
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.27 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
{
"repository": {
"type": "git",
"url": "https://github.com/ProtonMail/Angular.git"
},
"name": "protonmail-web",
"author": "ProtonMail, Inc.",
"description": "Angular frontend for protonmail.com",
"devDependencies": {
"angular-mocks": "^1.6.2",
"autoprefixer": "^6.7.5",
"babel-plugin-istanbul": "^4.0.0",
"babel-preset-es2015": "^6.9.0",
"bower": "^1.7.7",
"cross-env": "^3.2.3",
"eslint": "^3.6.0",
"eslint-config-airbnb-base": "^8.0.0",
"eslint-plugin-import": "^1.16.0",
"findup-sync": "^0.3.0",
"grunt": "^0.4.5",
"grunt-angular-gettext": "https://github.com/bartbutler/grunt-angular-gettext.git",
"grunt-babel": "^6.0.0",
"grunt-browser-sync": "^2.2.0",
"grunt-cache-breaker": "^2.0.1",
"grunt-cache-bust": "1.1.0",
"grunt-changed": "^1.1.1",
"grunt-cli": "^0.1.13",
"grunt-commands": "^0.1.8",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-forever": "^0.4.7",
"grunt-git": "^0.3.7",
"grunt-html2js": "^0.3.5",
"grunt-ng-annotate": "^1.0.1",
"grunt-ng-constant": "~2.0.1",
"grunt-notify": "~0.4.5",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^1.1.0",
"grunt-shell": "^1.2.1",
"grunt-wait": "^0.1.0",
"http-proxy": "^1.13.2",
"jasmine-core": "^2.5.2",
"karma": "^1.5.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-cli": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.0",
"karma-junit-reporter": "^1.2.0",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-phantomjs-launcher": "^1.0.2",
"load-grunt-tasks": "^3.5.0",
"lodash": "^4.6.1",
"node-sass": "^3.10.1",
"serve-static": "^1.10.2"
},
"license": "MIT",
"scripts": {
"postinstall": "bower install",
"start": "grunt watch --api=dev",
"lint": "eslint $(find src/app -type f -name '*.js') --quiet",
"e2e": "protractor protractor_conf.js",
"test": "cross-env NODE_ENV=test karma start test/karma.conf.js",
"testwatch": "npm test -- --auto-watch --no-single-run"
}
}