Browse Source

package.json

Victor Luiz Domingues 5 years ago
parent
commit
3a9cbc3e42
2 changed files with 25 additions and 4 deletions
  1. 6 4
      package-lock.json
  2. 19 0
      package.json

+ 6 - 4
package-lock.json

@@ -1,11 +1,13 @@
 {
 {
-  "requires": true,
+  "name": "igeom",
+  "version": "1.0.0",
   "lockfileVersion": 1,
   "lockfileVersion": 1,
+  "requires": true,
   "dependencies": {
   "dependencies": {
     "konva": {
     "konva": {
-      "version": "3.3.3",
-      "resolved": "https://registry.npmjs.org/konva/-/konva-3.3.3.tgz",
-      "integrity": "sha512-nDkFa7OVApCAohY30yoKpTMrYbbK8+p+wjYHkU+jrtKL3MhP5yCByNIrkyjca1EeP++K+2e6fslgU8kbeJNBxw=="
+      "version": "3.4.0",
+      "resolved": "https://registry.npmjs.org/konva/-/konva-3.4.0.tgz",
+      "integrity": "sha512-UBQPix4oStWHw32xgIeM/UygtKHBta6HYrPyfGIlnieQYgJZG7fjG4+TUkq6atY+DCs8jroEU0/a94N9dIgOdg=="
     }
     }
   }
   }
 }
 }

+ 19 - 0
package.json

@@ -0,0 +1,19 @@
+{
+  "name": "igeom",
+  "version": "1.0.0",
+  "description": "",
+  "main": "index.js",
+  "dependencies": {
+    "konva": "^3.4.0"
+  },
+  "devDependencies": {},
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "http://200.144.254.107/git/victordomingues/poc-igeom.git"
+  },
+  "author": "",
+  "license": "ISC"
+}