summaryrefslogtreecommitdiff
path: root/CoreWiki/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'CoreWiki/package.json')
-rw-r--r--CoreWiki/package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/CoreWiki/package.json b/CoreWiki/package.json
new file mode 100644
index 0000000..ffd63f0
--- /dev/null
+++ b/CoreWiki/package.json
@@ -0,0 +1,16 @@
+{
+ "name": "corewiki",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "keywords": [],
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "bootstrap": "^5.2.3",
+ "simplemde": "^1.11.2"
+ }
+}