forked from wireapp/wire-webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.93 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
{
"name": "wire-webapp",
"license": "LicenseRef-LICENSE",
"devDependencies": {
"autoprefixer": "6.7.7",
"coffeelint": "1.16.0",
"eslint": "3.19.0",
"eslint-plugin-jsdoc": "3.0.0",
"grunt": "1.0.1",
"grunt-aws-s3": "0.14.5",
"grunt-bower-task": "0.4.0",
"grunt-cli": "1.2.0",
"grunt-coffeelint": "0.0.16",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-coffee": "1.0.0",
"grunt-contrib-compress": "1.3.0",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-less": "1.4.1",
"grunt-contrib-uglify": "wireapp/grunt-contrib-uglify#46f176e1a59b40f54a2e98b71ae49ac6cbe64483",
"grunt-contrib-watch": "1.0.0",
"grunt-gitinfo": "0.1.8",
"grunt-include-replace": "5.0.0",
"grunt-karma": "2.0.0",
"grunt-newer": "1.2.0",
"grunt-open": "0.2.3",
"grunt-postcss": "0.8.0",
"grunt-shell": "2.1.0",
"grunt-todo": "0.5.0",
"jasmine-ajax": "3.2.0",
"jasmine-core": "2.5.2",
"karma": "1.6.0",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.1.0",
"load-grunt-tasks": "3.5.2",
"request": "2.81.0",
"sinon": "2.1.0",
"stylelint": "7.10.1"
},
"scripts": {
"deploy-travis-dev": "grunt app_deploy_travis:dev",
"deploy-travis-prod": "grunt app_deploy_travis:prod",
"deploy-travis-staging": "grunt app_deploy_travis:staging",
"lint": "eslint -c .eslintrc.yaml --ignore-path .gitignore --quiet app/script/**/*.js test/**/*.js bin/*.js",
"lint-fix": "eslint --fix -c .eslintrc.yaml --ignore-path .gitignore --quiet app/script/**/*.js test/**/*.js bin/*.js",
"stylelint": "stylelint app/style/**/*.less --syntax less",
"postinstall": "grunt init",
"start": "grunt",
"test": "yarn lint && yarn stylelint && grunt check && grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/wireapp/wire-webapp.git"
},
"private": true
}