summaryrefslogtreecommitdiff
path: root/zto/controller/migrate-sqlite/package.json
diff options
context:
space:
mode:
authorJoseph Henry <[email protected]>2017-03-14 13:21:54 -0700
committerJoseph Henry <[email protected]>2017-03-14 13:21:54 -0700
commit695b8ecc55a4b54aa47df181c1cdb674fd4b512c (patch)
tree8b7815a5c2f4094d72cff5552d73dc7340277e3c /zto/controller/migrate-sqlite/package.json
parente800e47a6333a0b4fe7df2a6093716cb2b44d308 (diff)
upgraded core to 1.2.00.8.0
Diffstat (limited to 'zto/controller/migrate-sqlite/package.json')
-rw-r--r--zto/controller/migrate-sqlite/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/zto/controller/migrate-sqlite/package.json b/zto/controller/migrate-sqlite/package.json
new file mode 100644
index 0000000..0dac008
--- /dev/null
+++ b/zto/controller/migrate-sqlite/package.json
@@ -0,0 +1,15 @@
+{
+ "name": "migrate-sqlite",
+ "version": "1.0.0",
+ "description": "Migrate old SQLite to new JSON filesystem DB for ZeroTier network controller",
+ "main": "migrate.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "Adam Ierymenko <[email protected]>",
+ "license": "GPL-3.0",
+ "dependencies": {
+ "async": "^2.1.4",
+ "sqlite3": "^3.1.8"
+ }
+}