-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.23 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.23 KB
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
{
"name": "refcoach",
"version": "2.25.1",
"description": "Ref Coach project",
"author": "Sebastien Chassande-Barrioz",
"homepage": "https://coachreferee.com",
"repository": {
"type": "git",
"url": "https://github.com/schassande/coachreferee.git"
},
"scripts": {
"noproxy": "set HTTP_PROXY= && set HTTPS_PROXY=",
"start": "cd app && npm run start",
"version": "npm run deploy-app",
"postversion": "git push && git push --tags",
"build-app": "cd app && npm run build",
"predeploy-app": "npm run build-app",
"deploy-app": "firebase target:apply hosting app refcoach-676e3 && firebase deploy --only hosting:app",
"deploy-www": "firebase target:apply hosting www coachreferee-site && firebase deploy --only hosting:www",
"deploy-functions": "firebase deploy --only functions",
"md": "generate_help.sh"
},
"private": true,
"devDependencies": {
"grunt": "^1.6.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-exec": "^3.0.0",
"grunt-markdown": "^0.7.0"
},
"dependencies": {
"grunt-git": "^1.1.1"
}
}