forked from wireapp/wire-webapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.46 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
{
"name": "wire-webapp",
"license": "LicenseRef-LICENSE",
"devDependencies": {
"autoprefixer": "6.5.3",
"coffeelint": "1.16.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.0",
"grunt-contrib-uglify": "2.0.0",
"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.3.0",
"karma-chrome-launcher": "2.0.0",
"karma-coverage": "1.1.1",
"karma-jasmine": "1.0.2",
"load-grunt-tasks": "3.5.2",
"request": "2.78.0",
"sinon": "1.17.6"
},
"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",
"postinstall": "grunt init",
"start": "grunt",
"test": "grunt check && grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/wireapp/wire-webapp.git"
},
"private": true
}