-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 1.15 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
{
"name": "tfg-kathrina-arrocha-umpierrez",
"version": "1.0.0",
"description": "Tablero Kanban para seguimiento del proyecto: https://github.com/PAL-ULL/tfg-kathrina-arrocha-umpierrez/projects/1",
"main": "index.js",
"scripts": {
"pull-sub": "git submodule foreach --recursive 'git pull origin master'",
"push-sub": "npm run commit-sub; git submodule foreach --recursive 'git push origin master'",
"init": "git submodule init && git submodule update",
"commit-sub": "git submodule foreach --recursive 'git commit -am working || :'",
"push": "git commit -am working && git push",
"remove-submodule": " git submodule deinit -f -- a/submodule && rm -rf .git/modules/a/submodule && git rm -f a/submodule"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PAL-ULL/tfg-kathrina-arrocha-umpierrez.git"
},
"keywords": [],
"author": "Casiano Rodriguez-Leon <[email protected]> (https://github.com/crguezl)",
"license": "ISC",
"bugs": {
"url": "https://github.com/PAL-ULL/tfg-kathrina-arrocha-umpierrez/issues"
},
"homepage": "https://github.com/PAL-ULL/tfg-kathrina-arrocha-umpierrez#readme"
}