Commits on Source (5)
-
Devin Alvaro authoreda6277b3c
-
Daniel authoredf8d91271
-
Daniel authoreded00f1fc
-
Daniel authored9d1ed3e5
-
Daniel authoredad91425f
Showing
- .DS_Store 0 additions, 0 deletions.DS_Store
- .eslintrc 3 additions, 0 deletions.eslintrc
- .gitignore 58 additions, 0 deletions.gitignore
- README.md 0 additions, 0 deletionsREADME.md
- TugasBesar2_2017/.gitattributes 6 additions, 0 deletionsTugasBesar2_2017/.gitattributes
- TugasBesar2_2017/.gitignore 183 additions, 0 deletionsTugasBesar2_2017/.gitignore
- TugasBesar2_2017/build.gradle 31 additions, 0 deletionsTugasBesar2_2017/build.gradle
- TugasBesar2_2017/gradle/wrapper/gradle-wrapper.jar 0 additions, 0 deletionsTugasBesar2_2017/gradle/wrapper/gradle-wrapper.jar
- TugasBesar2_2017/gradle/wrapper/gradle-wrapper.properties 5 additions, 0 deletionsTugasBesar2_2017/gradle/wrapper/gradle-wrapper.properties
- TugasBesar2_2017/gradlew 172 additions, 0 deletionsTugasBesar2_2017/gradlew
- TugasBesar2_2017/gradlew.bat 84 additions, 0 deletionsTugasBesar2_2017/gradlew.bat
- TugasBesar2_2017/settings.gradle 18 additions, 0 deletionsTugasBesar2_2017/settings.gradle
- package.json 25 additions, 0 deletionspackage.json
- yarn.lock 1433 additions, 0 deletionsyarn.lock
.DS_Store
deleted
100644 → 0
File deleted
.eslintrc
0 → 100644
.gitignore
0 → 100644
File moved
TugasBesar2_2017/.gitattributes
0 → 100644
TugasBesar2_2017/.gitignore
0 → 100644
TugasBesar2_2017/build.gradle
0 → 100644
File added
TugasBesar2_2017/gradlew
0 → 100644
TugasBesar2_2017/gradlew.bat
0 → 100644
TugasBesar2_2017/settings.gradle
0 → 100644
package.json
0 → 100644
{ | ||
"name": "TugasBesar3_2017", | ||
"version": "0.1", | ||
"description": "PR-OJEK: Have a nice trip!", | ||
"main": "index.js", | ||
"repository": "http://gitlab.informatika.org/IF3110-2017-K02-AMEN/TugasBesar3_2017", | ||
"author": "AMEN", | ||
"license": "MIT", | ||
"private": true, | ||
"dependencies": { | ||
"@firebase/app": "^0.1.2", | ||
"@firebase/messaging": "^0.1.3", | ||
"body-parser": "^1.18.2", | ||
"express": "^4.16.2", | ||
"mongoose": "^4.13.2" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^4.11.0", | ||
"eslint-config-standard": "^10.2.1", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-node": "^5.2.1", | ||
"eslint-plugin-promise": "^3.6.0", | ||
"eslint-plugin-standard": "^3.0.1" | ||
} | ||
} |
yarn.lock
0 → 100644
This diff is collapsed.