Kaynağa Gözat

Initial project

development
Safet Purkovic 4 yıl önce
ebeveyn
işleme
e1400554e4
3 değiştirilmiş dosya ile 21 ekleme ve 0 silme
  1. 1
    0
      .gitignore
  2. 20
    0
      package.json
  3. 0
    0
      src/index.js

+ 1
- 0
.gitignore Dosyayı Görüntüle

@@ -0,0 +1 @@
node_modules/

+ 20
- 0
package.json Dosyayı Görüntüle

@@ -0,0 +1,20 @@
{
"name": "PDFEngine",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://176.104.105.124:3000/stefan.stamenovic/PDFEngine"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"webpack": "^5.55.0",
"webpack-cli": "^4.8.0"
}
}

+ 0
- 0
src/index.js Dosyayı Görüntüle


Loading…
İptal
Kaydet