Explorar o código

added package.json

Gildas %!s(int64=7) %!d(string=hai) anos
pai
achega
adb92a2b9b
Modificáronse 1 ficheiros con 17 adicións e 0 borrados
  1. 17 0
      package.json

+ 17 - 0
package.json

@@ -0,0 +1,17 @@
+{
+	"name": "single-file-node",
+	"version": "0.0.1",
+	"description": "SingleFile for NodeJS",
+	"main": "./node/single-file-node.js",
+	"scripts": {
+		"test": "echo \"Error: no test specified\" && exit 1"
+	},
+	"author": "Gildas Lormeau",
+	"license": "AGPL-3.0-or-later",
+	"dependencies": {
+		"jsdom": "*",
+		"strong-data-uri": "*",
+		"iconv-lite": "*",
+		"request": "*"
+	}
+}