aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPitu <[email protected]>2017-01-13 04:34:21 -0300
committerPitu <[email protected]>2017-01-13 04:34:21 -0300
commit376cf10663f76d99721ee8596634488868482606 (patch)
tree28774ab842a044e571a31b7612311ef1a339be48 /package.json
parentInitial commit (diff)
downloadhost.fuwn.me-376cf10663f76d99721ee8596634488868482606.tar.xz
host.fuwn.me-376cf10663f76d99721ee8596634488868482606.zip
First version
Diffstat (limited to 'package.json')
-rw-r--r--package.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..f4ce9e4
--- /dev/null
+++ b/package.json
@@ -0,0 +1,25 @@
+{
+ "name": "loli-safe",
+ "version": "1.0.0",
+ "description": "Pomf-like uploading service, written in NodeJS",
+ "author": "kanadeko",
+ "main": "lolibank.js",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/kanadeko/loli-safe"
+ },
+ "bugs": {
+ "url": "https://github.com/kanadeko/loli-safe/issues"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ },
+ "license": "MIT",
+ "dependencies": {
+ "express": "^4.14.0",
+ "knex": "^0.12.6",
+ "multer": "^1.2.1",
+ "randomstring": "^1.1.5",
+ "sqlite3": "^3.1.8"
+ }
+}