From 7a7536980601b98c99ef409e734c7b69744c252e Mon Sep 17 00:00:00 2001 From: Nick Kugaevsky Date: Fri, 4 May 2018 13:40:25 +0300 Subject: [PATCH] Init package.json --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 000000000..5d875f643 --- /dev/null +++ b/package.json @@ -0,0 +1,8 @@ +{ + "name": "it52-rails", + "version": "1.0.0", + "main": "index.js", + "repository": "git@github.com:NNRUG/it52-rails.git", + "author": "Nick Kugaevsky ", + "license": "MIT" +}